mirror of
https://github.com/game-stop/veejay.git
synced 2025-12-23 16:20:03 +01:00
hopefull fixed include file
git-svn-id: svn://code.dyne.org/veejay/trunk@218 eb8d1916-c9e9-0310-b8de-cf0c9472ead5
This commit is contained in:
@@ -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.");
|
||||
|
||||
@@ -92,13 +92,6 @@ The OpenSound Control WWW page is
|
||||
|
||||
*/
|
||||
|
||||
#include <netinet/in.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/socket.h>
|
||||
#include <netinet/in.h>
|
||||
#include <sys/ioctl.h>
|
||||
#include <arpa/inet.h>
|
||||
|
||||
struct OSCReceiveMemoryTuner {
|
||||
void *(*InitTimeMemoryAllocator)(int numBytes);
|
||||
void *(*RealTimeMemoryAllocator)(int numBytes);
|
||||
|
||||
Reference in New Issue
Block a user