projects
/
darkstat
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
418df45
)
Fix up includes in html.c
author
Emil Mikulic
<emikulic@gmail.com>
Sun, 15 May 2011 09:34:28 +0000
(19:34 +1000)
committer
Emil Mikulic
<emikulic@gmail.com>
Sat, 28 May 2011 10:10:53 +0000
(20:10 +1000)
html.c
patch
|
blob
|
history
diff --git
a/html.c
b/html.c
index
4650353
..
bc3d341
100644
(file)
--- a/
html.c
+++ b/
html.c
@@
-8,10
+8,10
@@
* GNU General Public License version 2. (see COPYING.GPL)
*/
-#include "
darkstat.h"
+#include "
config.h" /* for PACKAGE_STRING */
#include "str.h"
-#include "ht
tp
.h"
-
+#include "ht
ml
.h"
+#include "http.h" /* for base_url */
void html_open(struct str *buf, const char *title, const char *interface,
void (*header_callback)(struct str *buf))