summaryrefslogtreecommitdiff
path: root/gdb/common/signals.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/common/signals.c')
-rw-r--r--gdb/common/signals.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/gdb/common/signals.c b/gdb/common/signals.c
index 707bbe9fa3b..beba0531ced 100644
--- a/gdb/common/signals.c
+++ b/gdb/common/signals.c
@@ -17,12 +17,14 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>. */
-#include "common-defs.h"
+#include "common/common-defs.h"
+/* Standard C includes. */
#ifdef HAVE_SIGNAL_H
#include <signal.h>
#endif
+/* Local non-gdb includes. */
#include "gdb_signals.h"
struct gdbarch;