mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-12-30 11:08:50 -05:00
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:
parent
e8cc63d756
commit
78b23cc1b9
1 changed files with 5 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue