diff options
Diffstat (limited to 'lib/unistd.c')
-rw-r--r-- | lib/unistd.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/unistd.c b/lib/unistd.c index 6c6a8e2..72bad1c 100644 --- a/lib/unistd.c +++ b/lib/unistd.c @@ -1,3 +1,4 @@ #include <config.h> #define _GL_UNISTD_INLINE _GL_EXTERN_INLINE #include "unistd.h" +typedef int dummy; |