summaryrefslogtreecommitdiff
path: root/libc/misc/error
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2006-01-16 00:20:22 +0000
committerPeter S. Mazinger <ps.m@gmx.net>2006-01-16 00:20:22 +0000
commit726b116dcac3d23fe05dca083c5412a595be8637 (patch)
tree567a6099c024db07414c8cd3242f975a64ee9287 /libc/misc/error
parent0d212a2b26a764bba1c8220ee84547247bd78ad8 (diff)
some global data relocs gone
Diffstat (limited to 'libc/misc/error')
-rw-r--r--libc/misc/error/error.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/misc/error/error.c b/libc/misc/error/error.c
index 1c2585345..96c5dbe71 100644
--- a/libc/misc/error/error.c
+++ b/libc/misc/error/error.c
@@ -26,7 +26,7 @@
#include <stdarg.h>
#include <stdlib.h>
#include <string.h>
-#include "error.h"
+#include <error.h>
libc_hidden_proto(strcmp)
libc_hidden_proto(strerror)