diff options
author | David Robillard <d@drobilla.net> | 2008-07-10 17:08:28 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2008-07-10 17:08:28 +0000 |
commit | 7e8a156e7580609739408bb31f7415f5319d0e9f (patch) | |
tree | 5f04e023c16e7919933b5cdbe16080b24e263a04 /src | |
parent | 795958a3ce33f85f453f683fd66e586084d40a2e (diff) | |
download | patchage-7e8a156e7580609739408bb31f7415f5319d0e9f.tar.gz patchage-7e8a156e7580609739408bb31f7415f5319d0e9f.tar.bz2 patchage-7e8a156e7580609739408bb31f7415f5319d0e9f.zip |
Fix compilation on (some installations of) gcc 4.3.
git-svn-id: http://svn.drobilla.net/lad/patchage@1290 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src')
-rw-r--r-- | src/PatchageEvent.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/PatchageEvent.hpp b/src/PatchageEvent.hpp index c13244c..20a71bb 100644 --- a/src/PatchageEvent.hpp +++ b/src/PatchageEvent.hpp @@ -18,6 +18,7 @@ #ifndef PATCHAGE_PATCHAGEEVENT_HPP #define PATCHAGE_PATCHAGEEVENT_HPP +#include <cstring> #include <jack/jack.h> #include CONFIG_H_PATH #ifdef HAVE_ALSA |