diff options
| -rw-r--r-- | btpd/btpd.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/btpd/btpd.c b/btpd/btpd.c index 4bfb3e6..692fb68 100644 --- a/btpd/btpd.c +++ b/btpd/btpd.c @@ -1,5 +1,6 @@ #include <signal.h> #include <string.h> +#include <time.h> #include "btpd.h" #include "http.h" |