You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
Description: Fix FTBFS on Hurd (bug: 424571)
|
|
Author: Roger Light <roger@atchoo.org>
|
|
Forwarded: yes
|
|
--- a/config.h
|
|
+++ b/config.h
|
|
@@ -28,3 +28,5 @@
|
|
#define uthash_malloc(sz) _mosquitto_malloc(sz)
|
|
#define uthash_free(ptr,sz) _mosquitto_free(ptr)
|
|
|
|
+#include <errno.h>
|
|
+
|