diff options
author | erdgeist <> | 2007-11-13 00:01:24 +0000 |
---|---|---|
committer | erdgeist <> | 2007-11-13 00:01:24 +0000 |
commit | 04214491eed75d8239abd91ebfcf58586f7597a8 (patch) | |
tree | 5ad4300442ac026c7224230c27774da94c46ba7d | |
parent | 3eb88c5cc63a7fd4702be523d9ccf3a60838811d (diff) |
missing include
-rw-r--r-- | ot_accesslist.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ot_accesslist.c b/ot_accesslist.c index e63cff8..0f46a00 100644 --- a/ot_accesslist.c +++ b/ot_accesslist.c | |||
@@ -5,6 +5,7 @@ | |||
5 | #include <stdlib.h> | 5 | #include <stdlib.h> |
6 | #include <string.h> | 6 | #include <string.h> |
7 | #include <stdio.h> | 7 | #include <stdio.h> |
8 | #include <signal.h> | ||
8 | 9 | ||
9 | /* Libowfat */ | 10 | /* Libowfat */ |
10 | #include "byte.h" | 11 | #include "byte.h" |