Make sockets.h self-contained.
[pspp] / lib / sockets.c
index 658119ea43252ae98f9a4cedd8f0eee7929092fa..cbec12dbcc4286940f3cf745ea8ce492b13f4bc4 100644 (file)
@@ -1,6 +1,6 @@
 /* sockets.c --- wrappers for Windows socket functions
 
-   Copyright (C) 2008 Free Software Foundation, Inc.
+   Copyright (C) 2008-2009 Free Software Foundation, Inc.
 
    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
 
 #include <config.h>
 
+/* Specification.  */
+#include "sockets.h"
+
 /* This includes winsock2.h on MinGW. */
 #include <sys/socket.h>
 
-#include "sockets.h"
-
 int
 gl_sockets_startup (int version)
 {