]> git.cameronkatri.com Git - cgit.git/blobdiff - html.h
Always #include corresponding .h in .c files
[cgit.git] / html.h
diff --git a/html.h b/html.h
index 20e1dc21b09dfb12e5c420bac4a9f8748a81c6f0..bb36f37689496d07d2abf1499270c2a638adb5c0 100644 (file)
--- a/html.h
+++ b/html.h
@@ -1,7 +1,7 @@
 #ifndef HTML_H
 #define HTML_H
 
-extern int htmlfd;
+#include <stddef.h>
 
 extern void html_raw(const char *txt, size_t size);
 extern void html(const char *txt);