diff options
author | Guillem Jover <guillem@hadrons.org> | 2008-07-09 09:04:51 +0300 |
---|---|---|
committer | Guillem Jover <guillem@hadrons.org> | 2008-07-09 09:04:51 +0300 |
commit | a5f7d1a8f12b0ce3b76a23dccb8a5ffdc31ebf39 (patch) | |
tree | 6ff926d93ca364c0d3080fb19d6c0379665a9b54 | |
parent | 8b95dc5865f26d746651479fd893e77e1f594b56 (diff) |
Include the rest of the header files
-rw-r--r-- | include/bsd/bsd.h | 6 |
1 files changed, 5 insertions, 1 deletions
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> |