]> git.ipfire.org Git - thirdparty/nftables.git/commit
parser: fix compilation breakage
authorPatrick McHardy <kaber@trash.net>
Thu, 16 Jan 2014 17:11:12 +0000 (17:11 +0000)
committerPatrick McHardy <kaber@trash.net>
Thu, 16 Jan 2014 17:11:12 +0000 (17:11 +0000)
commit001661033e177a5f580ff49de8d1a56a2e9b8cb8
tree4aecf5fe214f91d213dc02860b8a2e01758d7d96
parent734eed347ff1b648b57940af482452d09337282c
parser: fix compilation breakage

Commit 0bd59cf4da (parser: fix parsing of ethernet protocol types) broke
compilation:

src/parser.y:26:22: fatal error: if_ether.h: No such file or directory

Should be netinet/if_ether.h.

Signed-off-by: Patrick McHardy <kaber@trash.net>
src/parser.y