]> git.ipfire.org Git - thirdparty/iptables.git/commit
utils: add missing include flags to Makefile
authorJan Engelhardt <jengelh@medozas.de>
Mon, 24 May 2010 05:47:59 +0000 (07:47 +0200)
committerJan Engelhardt <jengelh@medozas.de>
Mon, 24 May 2010 05:49:25 +0000 (07:49 +0200)
commit132538f5c9f697702e6e08a11b796bdcaaba5fea
treef005e160ee41c5c3ededa4a64b6dc32aead76e06
parent8532c70fd182057b440b41f013d8021a95bd72b2
utils: add missing include flags to Makefile

Fixes this compile error:

  CC     nfnl_osf.o
nfnl_osf.c:48:36: fatal error: linux/netfilter/xt_osf.h: No such file or directory
compilation terminated.

References: http://marc.info/?l=netfilter&m=127449929621579&w=2
Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
utils/Makefile.am