Make "print" and "compile print" support -OPT options
[deliverable/binutils-gdb.git] / gdb / gdb_usleep.c
index 5cd6bb01983eceaf5e0d5fd33cf5725f146208aa..25cc8e1b16c62fbd96b55304ebc5f5921f9c0e4f 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2009-2014 Free Software Foundation, Inc.
+/* Copyright (C) 2009-2019 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -18,8 +18,7 @@
 #include "defs.h"
 #include "gdb_usleep.h"
 #include "gdb_select.h"
-
-#include <sys/time.h>
+#include "common/gdb_sys_time.h"
 
 int
 gdb_usleep (int usec)
This page took 0.025189 seconds and 4 git commands to generate.