add missing include

This commit is contained in:
Andrew Pamment 2018-05-25 13:16:17 +10:00
parent 8864ce3773
commit 33690964fa

View File

@ -7,6 +7,7 @@
#include <dirent.h>
#include <inttypes.h>
#include <ctype.h>
#include <arpa/inet.h>
#include "libuuid/uuid.h"