fixed include path

It was working because of multiple include directories.
This commit is contained in:
David Fort 2018-02-05 14:34:49 +01:00
parent 917bc4b551
commit 6c64aa4e20

View File

@ -28,7 +28,7 @@
#include "sspi_gss.h"
#include "../../log.h"
#include "../log.h"
#define TAG WINPR_TAG("sspi.gss")
static GSSAPI_FUNCTION_TABLE* g_GssApi = NULL;