Add wapp src as include directory

This commit is contained in:
Abdelrahman Said 2025-03-16 23:53:35 +00:00
parent 9080e04d5a
commit 5adc278abc
2 changed files with 2 additions and 3 deletions

View File

@ -1,3 +1,3 @@
#!/bin/bash #!/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)

View File

@ -1,5 +1,4 @@
#include "intern/wapp/src/common/wapp_common.h" #include "wapp.h"
#include "intern/wapp/src/prng/wapp_prng.h"
#include <inttypes.h> #include <inttypes.h>
#include <stdio.h> #include <stdio.h>