src/stdafx.h
branchnoai
changeset 9601 b499fdd106d5
parent 9574 698395509d12
child 9624 b71483f2330f
--- a/src/stdafx.h	Sun Apr 15 10:30:00 2007 +0000
+++ b/src/stdafx.h	Sun Apr 22 19:06:48 2007 +0000
@@ -1,6 +1,6 @@
 /* $Id$ */
 
-/** @file stdfax.h */
+/** @file stdafx.h */
 
 #ifndef STDAFX_H
 #define STDAFX_H
@@ -78,6 +78,9 @@
 # ifdef amiga
 #  undef amiga
 # endif
+/* Act like we already included this file, as it somehow gives linkage problems
+ *  (mismatch linkage of C++ and C between this include and unistd.h). */
+#define CLIB_USERGROUP_PROTOS_H
 #endif /* __MORPHOS__ */
 
 #ifdef __APPLE__