Fix gdb.threads/watchpoint-fork*.c compilation
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.threads / watchpoint-fork-child.c
index 92ca0e5aeeaa0f82d3cef50968f908dac23019fa..b84a12201f0ecfc6a84c86e649085d8e92f9cd25 100644 (file)
@@ -17,6 +17,8 @@
    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 "watchpoint-fork.h"
+
 #include <string.h>
 #include <errno.h>
 #include <unistd.h>
@@ -24,8 +26,6 @@
 #include <signal.h>
 #include <stdio.h>
 
-#include "watchpoint-fork.h"
-
 /* `pid_t' may not be available.  */
 
 static volatile int usr1_got;
This page took 0.023354 seconds and 4 git commands to generate.