aboutsummaryrefslogtreecommitdiff
path: root/pm-genid.c
diff options
context:
space:
mode:
Diffstat (limited to 'pm-genid.c')
-rw-r--r--pm-genid.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/pm-genid.c b/pm-genid.c
index da4e889..5a481ce 100644
--- a/pm-genid.c
+++ b/pm-genid.c
@@ -22,6 +22,10 @@
#include <unistd.h>
#include <fcntl.h>
+#if __linux__
+ #include "compat/strtonum.c"
+#endif
+
#define BUF_SIZE 64
#define MAX_OUT_CHARS 65534