chiark / gitweb /
Split base64 code into a separate .c so that the server doesn't pull
[disorder] / server / server.c
index a69c45194a285815a7184de59d69d5ab3739c77c..54dfe556e9f8d38b01ab69cd4e09856bba3604d3 100644 (file)
@@ -66,7 +66,7 @@
 #include "cache.h"
 #include "unicode.h"
 #include "cookies.h"
-#include "mime.h"
+#include "base64.h"
 
 #ifndef NONCE_SIZE
 # define NONCE_SIZE 16