profile.h: Add missing include
authorMartin Pitt <martin.pitt@ubuntu.com>
Tue, 24 Aug 2010 12:44:31 +0000 (14:44 +0200)
committerMartin Pitt <martin.pitt@ubuntu.com>
Tue, 24 Aug 2010 12:44:31 +0000 (14:44 +0200)
access() and F_OK are defined in unistd.h. Not strictly necessary for udisks
itself, but easier for stealing the file for other projects.

src/profile.h

index b3322ef..c2bc523 100644 (file)
@@ -23,6 +23,7 @@
 
 #include "config.h"
 
+#include <unistd.h>
 #include <glib.h>
 
 /* Define a macro PROFILE(format, ...) which adds a trace point for profiling