1
0
mirror of https://github.com/lxsang/ant-http synced 2024-07-01 12:59:47 +02:00

fix sha1 include path

This commit is contained in:
lxsang 2021-01-01 13:48:00 +01:00
parent 77f4165fd4
commit 9d19a81a8e
2 changed files with 2 additions and 0 deletions

Binary file not shown.

View File

@ -8,7 +8,9 @@
#include <netinet/in.h>
#include <arpa/inet.h>
#include <sys/socket.h>
#include <sys/select.h>
#include <errno.h>
#include <time.h>
#include "http_server.h"
#include "lib/ini.h"
#include "lib/scheduler.h"