add double include protection

git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@878 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
Lennart Poettering 2006-05-16 00:45:21 +00:00
parent e8cc63d756
commit 78b23cc1b9

View file

@ -1,3 +1,6 @@
#ifndef foopipehfoo
#define foopipehfoo
/* $Id$ */ /* $Id$ */
/*** /***
@ -20,3 +23,5 @@
***/ ***/
int pipe(int filedes[2]); int pipe(int filedes[2]);
#endif