From 5bd046801d6f9c7d84a8242a33577b4e0340fe0a Mon Sep 17 00:00:00 2001 From: Wichert Akkerman Date: Sat, 30 Oct 1999 01:04:27 +0000 Subject: [PATCH] Add proper includes to helpmsgs.pl --- dselect/mkhelpmsgs.pl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dselect/mkhelpmsgs.pl b/dselect/mkhelpmsgs.pl index 11b42520..308163ba 100755 --- a/dselect/mkhelpmsgs.pl +++ b/dselect/mkhelpmsgs.pl @@ -12,6 +12,10 @@ print(NC "#include \"helpmsgs.h\"\n") || die $!; print(NH <<'END') || die $!; #ifndef HELPMSGS_H #define HELPMSGS_H +extern "C" { +#include +#include +} struct helpmessage { const char *title; const char *text; }; END -- 2.39.5