diff options
| -rw-r--r-- | src/pulse/context.c | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/src/pulse/context.c b/src/pulse/context.c index bc960e21..7243a29d 100644 --- a/src/pulse/context.c +++ b/src/pulse/context.c @@ -50,12 +50,12 @@  #include <netdb.h>  #endif -#include "../pulsecore/winsock.h" - -#include <pulsecore/core-error.h>  #include <pulse/version.h>  #include <pulse/xmalloc.h> +#include <pulsecore/winsock.h> +#include <pulsecore/core-error.h> +  #include <pulsecore/native-common.h>  #include <pulsecore/pdispatch.h>  #include <pulsecore/pstream.h>  | 
