15 lines
370 B
Plaintext
15 lines
370 B
Plaintext
$OpenBSD: patch-src_gblhdr_h,v 1.3 2005/10/21 18:07:10 naddy Exp $
|
|
--- src/gblhdr.h.orig Mon Oct 3 23:14:52 2005
|
|
+++ src/gblhdr.h Mon Oct 3 23:15:10 2005
|
|
@@ -72,9 +72,7 @@ Foundation, Inc., 675 Mass Ave, Cambridg
|
|
|
|
// unistd.h stuff
|
|
|
|
- //#if HAVE_UNISTD_H
|
|
- //Small hack for now
|
|
- #if unix
|
|
+ #if HAVE_UNISTD_H
|
|
#include <sys/types.h>
|
|
#include <unistd.h>
|
|
#endif
|