Changeset 2491


Ignore:
Timestamp:
06/27/08 19:54:56 (5 years ago)
Author:
sam
Message:
  • Compilation works better when files #include "config.h".
File:
1 edited

Legend:

Unmodified
Added
Removed
  • neercs/trunk/src/grab.c

    r2455 r2491  
     1/* 
     2 *  neercs        console-based window manager 
     3 *  Copyright (c) 2008 Pascal Terjan 
     4 *                All Rights Reserved 
     5 * 
     6 *  $Id$ 
     7 * 
     8 *  This program is free software. It comes without any warranty, to 
     9 *  the extent permitted by applicable law. You can redistribute it 
     10 *  and/or modify it under the terms of the Do What The Fuck You Want 
     11 *  To Public License, Version 2, as published by Sam Hocevar. See 
     12 *  http://sam.zoy.org/wtfpl/COPYING for more details. 
     13 */ 
     14 
     15#include "config.h" 
     16 
    117#include <errno.h> 
    218#include <fcntl.h> 
Note: See TracChangeset for help on using the changeset viewer.