private.h: rename to contain dir
[platform/upstream/libwebsockets.git] / lib / misc / base64-decode.c
index b46a942..010cc7d 100644 (file)
@@ -40,7 +40,7 @@
 
 #include <stdio.h>
 #include <string.h>
-#include "core/private.h"
+#include "private-lib-core.h"
 
 static const char encode_orig[] = "ABCDEFGHIJKLMNOPQRSTUVWXYZ"
                             "abcdefghijklmnopqrstuvwxyz0123456789+/";