Include right directories on posix files as well

This commit is contained in:
Jonathan Bosson
2017-03-07 10:48:22 -07:00
parent 436da23cd2
commit 1451d26851
2 changed files with 4 additions and 4 deletions
@@ -34,7 +34,7 @@
requested that these non-binding requests be included whenever the
above license is reproduced.
*/
#include "ip/NetworkingUtils.h"
#include "oscpack/ip/NetworkingUtils.h"
#include <netdb.h>
#include <sys/socket.h>
@@ -34,7 +34,7 @@
requested that these non-binding requests be included whenever the
above license is reproduced.
*/
#include "ip/UdpSocket.h"
#include "oscpack/ip/UdpSocket.h"
#include <pthread.h>
#include <unistd.h>
@@ -57,8 +57,8 @@
#include <stdexcept>
#include <vector>
#include "ip/PacketListener.h"
#include "ip/TimerListener.h"
#include "oscpack/ip/PacketListener.h"
#include "oscpack/ip/TimerListener.h"
#if defined(__APPLE__) && !defined(_SOCKLEN_T)