hopefull fixed include file

git-svn-id: svn://code.dyne.org/veejay/trunk@218 eb8d1916-c9e9-0310-b8de-cf0c9472ead5
This commit is contained in:
Niels Elburg
2005-02-28 10:39:33 +00:00
parent f7cb1ead87
commit 8c0274f2e1
2 changed files with 4 additions and 13 deletions

View File

@@ -33,18 +33,16 @@ The OpenSound Control WWW page is
Matt Wright, 3/16/98
*/
#include <sys/types.h>
#include <netinet/in.h>
#include <stdint.h>
#include <sys/time.h>
#include <libOSC/OSC-common.h>
#include <libOSC/OSC-timetag.h>
#include <libOSC/OSC-address-space.h>
#include <libOSC/NetworkReturnAddress.h>
#include <libOSC/OSC-receive.h>
#include <libOSC/OSC-drop.h>
#include <netinet/in.h>
#include <stdint.h>
#include <sys/time.h>
void DropPacket(OSCPacketBuffer p) {
OSCWarning("Packet dropped.");