From: Ian Jackson Date: Sun, 9 Nov 2014 12:24:23 +0000 (+0000) Subject: tuntap: Use not . Closes:#768766. (FTBFS) X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=923611e75252cd952bb2753c8c46696e3369f221;p=chiark-tcl.git tuntap: Use not . Closes:#768766. (FTBFS) --- diff --git a/debian/changelog b/debian/changelog index 92284f3..b0b4e5e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,6 @@ chiark-tcl (1.1.2~) unstable; urgency=low + * tuntap: Use not . Closes:#768766. (FTBFS) * Reintroduce .gitignore which a build tool brokenly deleted. * Remove .cvsignore files from git repo. diff --git a/tuntap/chiark_tcl_tuntap.h b/tuntap/chiark_tcl_tuntap.h index 30a3f16..6698c9a 100644 --- a/tuntap/chiark_tcl_tuntap.h +++ b/tuntap/chiark_tcl_tuntap.h @@ -22,7 +22,8 @@ #include #include #include -#include + +#include #include #include "hbytes.h"