aboutsummaryrefslogtreecommitdiff
path: root/src/mkhelp.pl
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-01-29 13:48:36 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-01-29 13:48:36 +0000
commitd7579087f20948375132f67d68a985a5645c346e (patch)
tree71024caa96601cf872d6f7b8a6a71c980566c0af /src/mkhelp.pl
parent3415ac3866aba39b1f4cb8bec4f9a546acf4f451 (diff)
use hugehelp.h to silence picky compiler warnings
Diffstat (limited to 'src/mkhelp.pl')
-rw-r--r--src/mkhelp.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mkhelp.pl b/src/mkhelp.pl
index 2e1e6985a..75828f0e8 100644
--- a/src/mkhelp.pl
+++ b/src/mkhelp.pl
@@ -112,6 +112,7 @@ print <<HEAD
* NEVER EVER edit this manually, fix the mkhelp.pl script instead!
* Generation time: $now
*/
+#include "hugehelp.h"
#include <stdio.h>
HEAD
;