Move inclusion of xstrtol.h back so that it follows system headers.
#include <config.h>
#endif
-#include "xstrtol.h" /* Get definition for __P before use. */
-
#ifdef STDC_HEADERS
#include <stdlib.h>
-#else
-__unsigned long int __strtol __P ((const char *, char **, int base));
#endif
#ifdef HAVE_STRING_H
#define LONG_MAX ((long int) (ULONG_MAX >> 1))
#endif
+#include "xstrtol.h"
+
#define BKM_SCALE(x, scale_factor, error_return) \
do \
{ \