]> code.delx.au - pulseaudio/blobdiff - src/pulsecore/sconv.c
Revert "core: Transparently handle non-blocking sockets on Windows"
[pulseaudio] / src / pulsecore / sconv.c
index 301f08b4a17e576c47a0e25f05e387ec325abe4f..f0f154f555d39ef927f86508345141096d203845 100644 (file)
 
 #include <stdio.h>
 #include <stdlib.h>
+#include <math.h>
 
 #include <pulsecore/g711.h>
 #include <pulsecore/macro.h>
+#include <pulsecore/endianmacros.h>
 
-#include "endianmacros.h"
-#include "sconv-s16le.h"
-#include "sconv-s16be.h"
+#include <pulsecore/sconv-s16le.h>
+#include <pulsecore/sconv-s16be.h>
 
 #include "sconv.h"