projects
/
platform
/
upstream
/
udisks2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
349273e
)
profile.h: Add missing include
author
Martin Pitt
<martin.pitt@ubuntu.com>
Tue, 24 Aug 2010 12:44:31 +0000
(14:44 +0200)
committer
Martin 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
patch
|
blob
|
history
diff --git
a/src/profile.h
b/src/profile.h
index
b3322ef
..
c2bc523
100644
(file)
--- a/
src/profile.h
+++ b/
src/profile.h
@@
-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