1
0
mirror of https://github.com/lammertb/libhttp.git synced 2025-12-22 04:02:04 +03:00

Add civetweb.h to the public unit tests

This is needed for the function declarations that we are going to test
This commit is contained in:
Matt Clarkson
2015-07-13 14:09:48 +01:00
parent f22a8283e7
commit 9cd98f0c4c

View File

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