PolicyKit/polkitd polkit-manager.h,1.1,1.2

David Zeuthen david at kemper.freedesktop.org
Wed Mar 15 08:11:35 PST 2006


Update of /cvs/hal/PolicyKit/polkitd
In directory kemper:/tmp/cvs-serv20614/polkitd

Modified Files:
	polkit-manager.h 
Log Message:
2006-03-15  David Zeuthen  <davidz at redhat.com>

	* polkitd/polkit-manager.h: Include sys/types.h; fixed fd.o
	bug #6280. Patch from Wouter Bolsterlee <uws+freedesktop at xs4all.nl>.



Index: polkit-manager.h
===================================================================
RCS file: /cvs/hal/PolicyKit/polkitd/polkit-manager.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- polkit-manager.h	14 Mar 2006 06:14:33 -0000	1.1
+++ polkit-manager.h	15 Mar 2006 16:11:33 -0000	1.2
@@ -25,6 +25,7 @@
 #define _POLKIT_MANAGER_H
 
 #include <unistd.h>
+#include <sys/types.h>
 #include <glib.h>
 #include <glib-object.h>
 #include <dbus/dbus-glib.h>




More information about the hal-commit mailing list