projects
/
profile
/
ivi
/
pulseaudio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e8cc63d
)
add double include protection
author
Lennart Poettering
<lennart@poettering.net>
Tue, 16 May 2006 00:45:21 +0000
(
00:45
+0000)
committer
Lennart Poettering
<lennart@poettering.net>
Tue, 16 May 2006 00:45:21 +0000
(
00:45
+0000)
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@878
fefdeb5f
-60dc-0310-8127-
8f9354f1896f
src/polypcore/pipe.h
patch
|
blob
|
history
diff --git
a/src/polypcore/pipe.h
b/src/polypcore/pipe.h
index
a9b088b
..
e916778
100644
(file)
--- a/
src/polypcore/pipe.h
+++ b/
src/polypcore/pipe.h
@@
-1,3
+1,6
@@
+#ifndef foopipehfoo
+#define foopipehfoo
+
/* $Id$ */
/***
@@
-20,3
+23,5
@@
***/
int pipe(int filedes[2]);
+
+#endif