diff options
| author | Stijn Buys <ingar@osirion.org> | 2008-08-23 10:31:45 +0000 |
|---|---|---|
| committer | Stijn Buys <ingar@osirion.org> | 2008-08-23 10:31:45 +0000 |
| commit | daf84bb6292eb5bf5434889a887535ec54c21b6b (patch) | |
| tree | 1674d55039da9a100bf1d2a4a8596b793b6841a8 /src/audio | |
| parent | 7668b60981dadeced3b5c8ee27c16575d59844de (diff) | |
fixes for gcc 4.3.1, added g_devel
Diffstat (limited to 'src/audio')
| -rw-r--r-- | src/audio/buffers.cc | 2 | ||||
| -rw-r--r-- | src/audio/sources.cc | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/src/audio/buffers.cc b/src/audio/buffers.cc index 4e26c33..af14cb1 100644 --- a/src/audio/buffers.cc +++ b/src/audio/buffers.cc @@ -4,6 +4,8 @@ the terms of the GNU General Public License version 2 */ +#include <string.h> + #include "audio/buffers.h" #include "audio/pcm.h" #include "audio/wav.h" diff --git a/src/audio/sources.cc b/src/audio/sources.cc index b52c5a4..584f366 100644 --- a/src/audio/sources.cc +++ b/src/audio/sources.cc @@ -4,6 +4,8 @@ the terms of the GNU General Public License version 2 */ +#include <string.h> + #include "audio/sources.h" #include "sys/sys.h" |
