diff options
author | "Steven J. Hill" <sjhill@realitydiluted.com> | 2006-01-07 01:40:16 +0000 |
---|---|---|
committer | "Steven J. Hill" <sjhill@realitydiluted.com> | 2006-01-07 01:40:16 +0000 |
commit | 0c0a2b8f1a2393451594c404fbdde5c52c202dba (patch) | |
tree | b696739afb402d4ed842062471604b1c68cafd5c /libc/string | |
parent | 2a31a70ef169cfc1709dd2297fe123386e9db932 (diff) | |
download | uClibc-alpine-0c0a2b8f1a2393451594c404fbdde5c52c202dba.tar.bz2 uClibc-alpine-0c0a2b8f1a2393451594c404fbdde5c52c202dba.tar.xz |
Congratulations! You get the stupid award for not including <signal.h> to
pull in the signal #define's. How did this compile for you again?
Diffstat (limited to 'libc/string')
-rw-r--r-- | libc/string/strsignal.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/string/strsignal.c b/libc/string/strsignal.c index 21b987926..7d7f613fe 100644 --- a/libc/string/strsignal.c +++ b/libc/string/strsignal.c @@ -17,6 +17,7 @@ #include <features.h> #include <string.h> #include <bits/uClibc_uintmaxtostr.h> +#include <signal.h> #define _SYS_NSIG 32 |