From 5adc278abc77f0e35085d01d637d76874f677ec3 Mon Sep 17 00:00:00 2001 From: Abdelrahman Said Date: Sun, 16 Mar 2025 23:53:35 +0000 Subject: [PATCH] Add wapp src as include directory --- compile | 2 +- uuid4.c | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) 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