Browse Source

Include <wchar.h> for fwide.

cvs/glibc-2-2-branch
Andreas Jaeger 26 years ago
parent
commit
0e37b504cb
  1. 1
      posix/bug-regex1.c

1
posix/bug-regex1.c

@ -3,6 +3,7 @@
#include <stdio.h>
#include <string.h>
#include <regex.h>
#include <wchar.h>
int
main (void)

Loading…
Cancel
Save