From: Wichert Akkerman Date: Sat, 30 Oct 1999 01:04:27 +0000 (+0000) Subject: Add proper includes to helpmsgs.pl X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5bd046801d6f9c7d84a8242a33577b4e0340fe0a;p=dpkg Add proper includes to helpmsgs.pl --- 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