From: ian Date: Tue, 6 Jun 2006 21:02:20 +0000 (+0000) Subject: Add a few missing #include's of . X-Git-Tag: debian_version_0_3 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ian/git?p=userv-utils.git;a=commitdiff_plain;h=dea61a7704fce2bd948ccdf5547535af7f82ae14 Add a few missing #include's of . --- diff --git a/debian/changelog b/debian/changelog index 41bdd2f..17009bc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -13,6 +13,7 @@ userv-utils (0.3) unstable; urgency=medium * Set default max clock skew to 45/45, not 10/30. * Allow config file to override default clock skew and lag. * Report nonzero death of m4 better. + * Add a few missing #include's of . * Minor fixes to INSTALL. groupmanage: @@ -30,7 +31,7 @@ userv-utils (0.3) unstable; urgency=medium * Copyright notices updated. * Moved changelog to debian/changelog. - -- Ian Jackson Tue, 6 Jun 2006 21:59:19 +0100 + -- Ian Jackson Tue, 6 Jun 2006 22:02:17 +0100 userv-utils (0.2.3) unstable; urgency=low diff --git a/debian/rules b/debian/rules index 0349565..4977239 100755 --- a/debian/rules +++ b/debian/rules @@ -43,7 +43,7 @@ binary-prep: # set -e; for p in $(packages); do \ install -d $t/$$p/DEBIAN $t/$$p/usr/share/doc/$$p; \ - cp debian/copyright changelog \ + cp debian/copyright debian/changelog \ $t/$$p/usr/share/doc/$$p/; \ ln -s changelog.gz \ $t/$$p/usr/share/doc/$$p/changelog.Debian.gz; \ diff --git a/ipif/forwarder.h b/ipif/forwarder.h index 2e5c5cb..fa048b3 100644 --- a/ipif/forwarder.h +++ b/ipif/forwarder.h @@ -25,6 +25,7 @@ #include #include +#include #include #include "automech.h" diff --git a/ipif/hex.c b/ipif/hex.c index 67e3881..c30b909 100644 --- a/ipif/hex.c +++ b/ipif/hex.c @@ -20,6 +20,7 @@ #include #include #include +#include #include #include "hex.h"