diff --git a/compile b/compile index 5d1c206..75d80c0 100755 --- a/compile +++ b/compile @@ -1,3 +1,3 @@ #!/bin/bash -(set -x ; clang -g intern/wapp/src/wapp.c uuid4.c -o uuid4) +(set -x ; clang -g -Iintern/wapp/src intern/wapp/src/wapp.c uuid4.c -o uuid4) diff --git a/uuid4.c b/uuid4.c index b474305..83eef1a 100644 --- a/uuid4.c +++ b/uuid4.c @@ -1,5 +1,4 @@ -#include "intern/wapp/src/common/wapp_common.h" -#include "intern/wapp/src/prng/wapp_prng.h" +#include "wapp.h" #include #include