diff options
| author | oroborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e> | 2008-03-16 17:38:13 +0000 |
|---|---|---|
| committer | oroborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e> | 2008-03-16 17:38:13 +0000 |
| commit | 13d754c917ebcf1be913bd35f4c0e44468edeb52 (patch) | |
| tree | be93c38ccf0f17015348b5159025c3603ce0f271 /include/pipe.h | |
| parent | 932b71bf3e486fc38002bbcfba606085e48b6434 (diff) | |
- oprava problemu s pozostatkom sdl v publicserveri
git-svn-id: http://opensvn.csie.org/tuxanci_ng@22 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e
Diffstat (limited to 'include/pipe.h')
| -rw-r--r-- | include/pipe.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/pipe.h b/include/pipe.h index 7f38fb8..867dcc8 100644 --- a/include/pipe.h +++ b/include/pipe.h @@ -4,7 +4,9 @@ #define PIPE_H #include "main.h" +#ifndef BUBLIC_SERVER #include "interface.h" +#endif #include "list.h" typedef struct pipe_struct |