Browse Source

Make certain that the prototype for fgets_unlocked is defined

Eric Andersen 19 years ago
parent
commit
9581a1b022
1 changed files with 1 additions and 0 deletions
  1. 1 0
      libc/unistd/usershell.c

+ 1 - 0
libc/unistd/usershell.c

@@ -30,6 +30,7 @@
  * November 2002, Erik Andersen <andersen@codepoet.org> 
  */
 
+#define _GNU_SOURCE
 #include <sys/param.h>
 #include <sys/file.h>
 #include <sys/stat.h>