chiark / gitweb /
Prep v228: Add remaining updates from upstream (2/3)
[elogind.git] / src / basic / errno-list.c
index fff37eb3e8438717d5c668b15c9d6eda899a597d..5b7ac65ba6c1972ed02b66c3dec966c7de3be849 100644 (file)
 
 #include <string.h>
 
-#include "util.h"
+#include "config.h"
 #include "errno-list.h"
+#include "util.h"
 
 static const struct errno_name* lookup_errno(register const char *str,
-                                                 register unsigned int len);
+                                             register GPERF_LEN_TYPE len);
+
 
-#include "errno-to-name.h"
 #include "errno-from-name.h"
+#include "errno-to-name.h"
 
 const char *errno_to_name(int id) {