private.h: rename to contain dir
[platform/upstream/libwebsockets.git] / lib / roles / http / server / server.c
index 3ecda73..6bf0f86 100644 (file)
@@ -19,7 +19,7 @@
  *  MA  02110-1301  USA
  */
 
-#include "core/private.h"
+#include "private-lib-core.h"
 
 const char * const method_names[] = {
        "GET", "POST", "OPTIONS", "PUT", "PATCH", "DELETE", "CONNECT", "HEAD",