]> sjero.net Git - wget/blobdiff - src/wget.h
[svn] cmd_bytes now stores wgint, not long.
[wget] / src / wget.h
index 1ac6eccb0ebdbdd018ec82756d592f0a28e3e533..aa133ccd540fc12dad60cba5536302922daca829 100644 (file)
@@ -88,7 +88,6 @@ so, delete this exception statement from your version.  */
 
 /* Include these, so random files need not include them.  */
 #include "sysdep.h"
-#include "options.h"
 /* locale independent replacement for ctype.h */
 #include "safe-ctype.h"
 
@@ -125,6 +124,8 @@ typedef off_t wgint;
 # endif
 #endif
 
+#include "options.h"
+
 /* Everything uses this, so include them here directly.  */
 #include "xmalloc.h"