]> code.delx.au - gnu-emacs/blobdiff - lib-src/update-game-score.c
Merge from emacs-24; up to 2012-04-22T13:58:00Z!cyd@gnu.org
[gnu-emacs] / lib-src / update-game-score.c
index a32bd6d8d78472498dc2a15c16fea720f2e3355d..e0c940510bed45a9a0a54c45f0126f450be3bb3b 100644 (file)
@@ -46,10 +46,7 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 #include <fcntl.h>
 #endif
 #include <sys/stat.h>
-
-/* Needed for SunOS4, for instance.  */
-extern char *optarg;
-extern int optind, opterr;
+#include <getopt.h>
 
 static int usage (int err) NO_RETURN;