[monkey-bubble: 92/753] Include sys/fsuid.h only if present.



commit d738e0fd87614ba52098877a354f69b2ab7c0797
Author: Miguel de Icaza <miguel nuclecu unam mx>
Date:   Mon Jan 18 17:06:15 1999 +0000

    Include sys/fsuid.h only if present.
    
    1999-01-18  Miguel de Icaza  <miguel nuclecu unam mx>
    
    	* libgnome/gnome-score.c: Include sys/fsuid.h only if present.

 libgnome/gnome-score.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/libgnome/gnome-score.c b/libgnome/gnome-score.c
index 644b668..1c1b42b 100644
--- a/libgnome/gnome-score.c
+++ b/libgnome/gnome-score.c
@@ -12,9 +12,11 @@
 #include <glib.h>
 #include <pwd.h>
 #include <ctype.h>
+#ifdef HAVE_SYS_FSUID_H
 #ifdef HAVE_SETFSGID
 #include <sys/fsuid.h>
 #endif
+#endif
 
 #include "gnome-defs.h"
 #include "gnome-score.h"



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]