From: maximilian attems Date: Thu, 24 Jul 2008 13:22:11 +0000 (+0200) Subject: fdisk: exit(3) needs stdlib.h include X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e0c3d28e9f9c858e15847284c5614c265de032e;p=util-linux 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 5649c72a..0ee44a0b 100644 --- a/fdisk/partitiontype.c +++ b/fdisk/partitiontype.c @@ -8,6 +8,7 @@ */ #include #include +#include struct aix_label { unsigned int magic;