src: compile fixes after libiptc dependency throwout

This commit is contained in:
Jan Engelhardt
2008-07-30 09:19:07 -04:00
parent f43ac442e1
commit 419006eff9
4 changed files with 6 additions and 1 deletions

View File

@@ -60,7 +60,9 @@ targets_install := ${obj-m}
.PHONY: all install clean distclean FORCE
all: modules ${targets} matches.man targets.man
all: modules user matches.man targets.man
user: ${targets}
install: modules_install ${targets_install}
@mkdir -p "${DESTDIR}${xtlibdir}";

View File

@@ -8,6 +8,7 @@
*/
#include <getopt.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdio.h>
#include <string.h>

View File

@@ -20,6 +20,7 @@
#include <fcntl.h>
#include <getopt.h>
#include <stddef.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>

View File

@@ -7,6 +7,7 @@
* 2 or 3 as published by the Free Software Foundation.
*/
#include <stdbool.h>
#include <stdint.h>
#include <stdio.h>
#include <string.h>
#include <stdlib.h>