From: maximilian attems Date: Thu, 24 Jul 2008 13:22:11 +0000 (+0200) Subject: fdisk: exit(3) needs stdlib.h include X-Git-Tag: v2.15-rc1~434 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7e0c3d28e9f9c858e15847284c5614c265de032e;p=thirdparty%2Futil-linux.git fdisk: exit(3) needs stdlib.h include partitiontype.c:57: warning: incompatible implicit declaration of built-in function ‘exit’ Signed-off-by: maximilian attems --- diff --git a/fdisk/partitiontype.c b/fdisk/partitiontype.c index 5649c72add..0ee44a0bab 100644 --- a/fdisk/partitiontype.c +++ b/fdisk/partitiontype.c @@ -8,6 +8,7 @@ */ #include #include +#include struct aix_label { unsigned int magic;