fix uuid include

This commit is contained in:
simon987 2020-04-05 22:07:37 -04:00
parent 15f4691999
commit 889cc99e38

View File

@ -3,7 +3,7 @@
#include <stdio.h>
#include <sys/stat.h>
#include "../third-party/uuid/src/uuid.h"
#include <uuid/uuid.h>
#include "macros.h"