summaryrefslogtreecommitdiff
path: root/roaming_common.c
diff options
context:
space:
mode:
Diffstat (limited to 'roaming_common.c')
-rw-r--r--roaming_common.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/roaming_common.c b/roaming_common.c
index 065542520..14dd5808f 100644
--- a/roaming_common.c
+++ b/roaming_common.c
@@ -15,12 +15,16 @@
15 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 15 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
16 */ 16 */
17 17
18#include "includes.h"
19
18#include <sys/types.h> 20#include <sys/types.h>
19#include <sys/socket.h> 21#include <sys/socket.h>
20#include <sys/uio.h> 22#include <sys/uio.h>
21 23
22#include <errno.h> 24#include <errno.h>
25#ifdef HAVE_INTTYPES_H
23#include <inttypes.h> 26#include <inttypes.h>
27#endif
24#include <stdarg.h> 28#include <stdarg.h>
25#include <unistd.h> 29#include <unistd.h>
26 30