1
0
mirror of https://github.com/lammertb/libhttp.git synced 2025-08-17 22:21:06 +03:00

Fix wrong include guard in exe test

This commit is contained in:
bel
2015-09-04 20:32:19 +02:00
parent eb3d9c414a
commit 6cc1f017f2

View File

@@ -18,8 +18,8 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*/
#ifndef TEST_PRIVATE_H_
#define TEST_PRIVATE_H_
#ifndef TEST_PRIVATE_EXE_H_
#define TEST_PRIVATE_EXE_H_
#include "civetweb_check.h"