private.h: rename to contain dir
[platform/upstream/libwebsockets.git] / lib / plat / unix / unix-fds.c
index 221d967..1a84745 100644 (file)
@@ -20,7 +20,7 @@
  */
 
 #define _GNU_SOURCE
-#include "core/private.h"
+#include "private-lib-core.h"
 
 struct lws *
 wsi_from_fd(const struct lws_context *context, int fd)