From 9ea0efa4465a7e1f0928c4e4e1e6c30ea5364764 Mon Sep 17 00:00:00 2001 From: Laurent Vivier Date: Sat, 26 Nov 2005 08:45:07 +0000 Subject: [PATCH] add libcontainer and libstream include path --- libemile/Makefile | 2 +- libemile/libemile.h | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/libemile/Makefile b/libemile/Makefile index 1aa8af8..d3b5d1d 100644 --- a/libemile/Makefile +++ b/libemile/Makefile @@ -44,7 +44,7 @@ SOURCES = emile_block0_write.c emile_checksum.c emile_first_get_param.c \ HEADERS = emile.h libemile.h partition.h bootblock.h CFLAGS = -Wall -g -CPPFLAGS = -I../libmacos +CPPFLAGS = -I../libmacos -I../libcontainer -I../libstream all: $(LIBRARY) diff --git a/libemile/libemile.h b/libemile/libemile.h index 66afea8..af0890c 100644 --- a/libemile/libemile.h +++ b/libemile/libemile.h @@ -10,6 +10,8 @@ #include #include +#include + static __attribute__((used)) char* libemile_header = "$CVSHeader$"; #define SCSI_SUPPORT