diff options
Diffstat (limited to 'lib/common.c')
-rw-r--r-- | lib/common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/common.c b/lib/common.c index 8a0e9ac..fb95c1a 100644 --- a/lib/common.c +++ b/lib/common.c @@ -13,7 +13,7 @@ #include <arpa/inet.h> #ifdef USEUUID -# include <uuid/uuid.h> +# include <uuid.h> #endif #include <stdarg.h> |