summaryrefslogtreecommitdiff
path: root/tests/lib/hex-t.c
diff options
context:
space:
mode:
authorRuss Allbery <rra@stanford.edu>2011-06-21 15:28:46 -0700
committerRuss Allbery <rra@stanford.edu>2011-06-23 15:10:14 -0700
commite5445daa994e2973f98a9578e99c9f969bc88ff4 (patch)
treee5bff5d4b4f83f8456e973b967aae604639d8c6c /tests/lib/hex-t.c
parent18ab088cae19629e709557170a5eae1758693338 (diff)
Move webauth.h to a new include directory
In preparation for starting to split webauth.h apart and add new headers in a webauth/* namespace, move webauth.h from lib into include. Pass -I$(srcdir)/include to the compiler when building all components, and change the #include's to just use <webauth.h>. Change-Id: I1ef59ce2c6f7829c62f35ff8cc216cf7e3176758 Reviewed-on: https://gerrit.stanford.edu/33 Tested-by: Russ Allbery <rra@stanford.edu> Reviewed-by: Russ Allbery <rra@stanford.edu>
Diffstat (limited to 'tests/lib/hex-t.c')
-rw-r--r--tests/lib/hex-t.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/hex-t.c b/tests/lib/hex-t.c
index 008449a7..7caa7131 100644
--- a/tests/lib/hex-t.c
+++ b/tests/lib/hex-t.c
@@ -15,8 +15,8 @@
#include <stdlib.h>
#include <string.h>
-#include <lib/webauth.h>
#include <tests/tap/basic.h>
+#include <webauth.h>
#define BUFSIZE 2048