Browse Source

Add civetweb.h to the public unit tests

This is needed for the function declarations that we are going to test
Matt Clarkson 10 years ago
parent
commit
9cd98f0c4c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      test/public.c

+ 1 - 0
test/public.c

@@ -23,6 +23,7 @@
 #include <stdlib.h>
 #include <stdlib.h>
 
 
 #include "public.h"
 #include "public.h"
+#include <civetweb.h>
 
 
 /* This unit test file uses the excellent Check unit testing library.
 /* This unit test file uses the excellent Check unit testing library.
  * The API documentation is available here:
  * The API documentation is available here: