summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2006-05-16 00:45:21 +0000
committerLennart Poettering <lennart@poettering.net>2006-05-16 00:45:21 +0000
commit78b23cc1b96c832265074cdab5265665fe7aefaf (patch)
tree7382e81f432479aee0a4ea1e4dd29ec2db65d78f /src
parente8cc63d75685bd264efaea2b7bce894ba182e2a2 (diff)
add double include protection
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@878 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'src')
-rw-r--r--src/polypcore/pipe.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/polypcore/pipe.h b/src/polypcore/pipe.h
index a9b088b5..e9167782 100644
--- 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