Commit a5f7d1a8f12b0ce3b76a23dccb8a5ffdc31ebf39

Guillem Jover 2008-07-09T09:04:51

Include the rest of the header files

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
diff --git a/include/bsd/bsd.h b/include/bsd/bsd.h
index 5add995..0d81a3c 100644
--- a/include/bsd/bsd.h
+++ b/include/bsd/bsd.h
@@ -32,8 +32,12 @@
  */
 
 #include <bsd/cdefs.h>
-#include <bsd/random.h>
+#include <bsd/stdlib.h>
 #include <bsd/string.h>
+#include <bsd/err.h>
+#include <bsd/getopt.h>
+#include <bsd/random.h>
+#include <bsd/md5.h>
 #include <bsd/queue.h>
 #include <bsd/ip_icmp.h>
 #include <time.h>