Changeset 2735 for box/trunk/lib


Ignore:
Timestamp:
13/09/2010 22:51:05 (21 months ago)
Author:
chris
Message:

Fix compile on Debian Squeeze with libbsd-dev and libedit-dev installed,
thanks to Dave Bamford for reporting and debugging. (merges [2734] from
0.11)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • box/trunk/lib/server/Daemon.cpp

    r2725 r2735  
    1919#include <string.h> 
    2020#include <stdarg.h> 
     21 
     22#ifdef HAVE_BSD_UNISTD_H 
     23        #include <bsd/unistd.h> 
     24#endif 
    2125 
    2226#ifdef WIN32 
Note: See TracChangeset for help on using the changeset viewer.