]> git.ipfire.org Git - thirdparty/plymouth.git/commitdiff
ulibc: Add header needed when compiling against ulibc
authorPer Øyvind Karlsen <peroyvind@mandriva.org>
Sat, 5 Dec 2009 05:46:59 +0000 (05:46 +0000)
committerRay Strode <rstrode@redhat.com>
Wed, 21 Mar 2012 14:35:05 +0000 (10:35 -0400)
src/libply/ply-utils.h

index 5ca327d187c814fbafd89e150ca33caaa7ec6e30..abe332a4a5e393d3ae74a93d7fa5aef5a27a7f0c 100644 (file)
@@ -25,6 +25,7 @@
 #include <stdint.h>
 #include <stdbool.h>
 #include <unistd.h>
+#include <sys/types.h>
 
 #ifndef MIN
 #define MIN(a,b) ((a) <= (b)? (a) : (b))