summaryrefslogtreecommitdiff
path: root/gdb/ser-uds.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/ser-uds.c')
-rw-r--r--gdb/ser-uds.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/gdb/ser-uds.c b/gdb/ser-uds.c
index 264f2170cb6..4869d394d03 100644
--- a/gdb/ser-uds.c
+++ b/gdb/ser-uds.c
@@ -18,12 +18,15 @@
along with this program. If not, see <http://www.gnu.org/licenses/>. */
#include "defs.h"
-#include "serial.h"
-#include "ser-base.h"
+/* Standard C includes. */
#include <sys/socket.h>
#include <sys/un.h>
+/* Local includes. */
+#include "ser-base.h"
+#include "serial.h"
+
#ifndef UNIX_PATH_MAX
#define UNIX_PATH_MAX sizeof(((struct sockaddr_un *) NULL)->sun_path)
#endif