Make build work on FreeBSD

Otherwise the build fails at the type checking
This commit is contained in:
micttyl 2022-10-16 03:12:26 -07:00 committed by GitHub
parent 33f0cc51b9
commit 1dfce25c56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@
#include <arpa/inet.h>
#include <curl/curl.h>
#include <netinet/in.h>
#include "animals-json.h"
#include "config.h"