summaryrefslogtreecommitdiff
path: root/posix/bug-regex1.c
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2001-02-07 07:25:37 +0000
committerAndreas Jaeger <aj@suse.de>2001-02-07 07:25:37 +0000
commit0e37b504cbad8746950c4164dbe338ad8a5870f8 (patch)
treec1d3d7388f5c29b80391757c6084a677815a642e /posix/bug-regex1.c
parentd7fce7e0a09cbde31d66eec78082e6c825d7ecdc (diff)
Include <wchar.h> for fwide.
Diffstat (limited to 'posix/bug-regex1.c')
-rw-r--r--posix/bug-regex1.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/posix/bug-regex1.c b/posix/bug-regex1.c
index 262a22e971..38eb543951 100644
--- a/posix/bug-regex1.c
+++ b/posix/bug-regex1.c
@@ -3,6 +3,7 @@
#include <stdio.h>
#include <string.h>
#include <regex.h>
+#include <wchar.h>
int
main (void)