Guard against 'current_directory == NULL' on gdb_abspath (PR gdb/23613)
[deliverable/binutils-gdb.git] / gdb / ser-pipe.c
index 702d97c551371e064f464b2f2a52d18ee21c8c2c..61d5708ea09cc490648e048c72fd3f480e999df9 100644 (file)
@@ -27,9 +27,9 @@
 
 #include <sys/types.h>
 #include <sys/socket.h>
-#include "common/gdb_sys_time.h"
+#include "gdbsupport/gdb_sys_time.h"
 #include <fcntl.h>
-#include "common/filestuff.h"
+#include "gdbsupport/filestuff.h"
 
 #include <signal.h>
 
This page took 0.025503 seconds and 4 git commands to generate.