summaryrefslogtreecommitdiffstats
path: root/getdomain.c
diff options
context:
space:
mode:
authorKevin McCarthy <kevin@8t8.us>2016-05-09 14:06:59 -0700
committerKevin McCarthy <kevin@8t8.us>2016-05-09 14:06:59 -0700
commit1286a0865ca01a2542631884195fb1e767a23634 (patch)
treed7a1984bb16483e9f5b8b79fc02185ece4e34ac8 /getdomain.c
parent9cafb05c0efadc771197c0e1e98fa9d989b48d41 (diff)
Back out wrapper sys_socket.h workaround (23334e967dd7)
After renaming all internal macros from M_* to MUTT_*, the sys_socket.h workaround is no longer necessary.
Diffstat (limited to 'getdomain.c')
-rw-r--r--getdomain.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/getdomain.c b/getdomain.c
index 9bc0c91e..209848b7 100644
--- a/getdomain.c
+++ b/getdomain.c
@@ -24,7 +24,7 @@
#include <unistd.h>
#include <netdb.h>
#include <sys/types.h>
-#include "sys_socket.h"
+#include <sys/socket.h>
#include "mutt.h"