fix include on darwin

git-svn-id: svn://code.dyne.org/veejay/trunk@192 eb8d1916-c9e9-0310-b8de-cf0c9472ead5
This commit is contained in:
Niels Elburg
2005-02-19 15:55:36 +00:00
parent d11c139e66
commit 103c451151
8 changed files with 23 additions and 4 deletions

View File

@@ -35,7 +35,8 @@ The OpenSound Control WWW page is
*/
#include <libOSC/OSC-common.h> /* For Boolean */
#include <stdint.h>
#include <sys/time.h>
#define STRING_ALIGN_PAD 4
char *OSCDataAfterAlignedString(const char *string, const char *boundary, char **errorMsg) {