./dht.go.h:73:23: error: unknown type name 'int32_t'
Fank opened this issue · 1 comments
Fank commented
Unable to build this in an alpine docker image.
Adding following "stdint.h" will fix it like redis/redis#336
#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>
#include <stdint.h>
#include <string.h>
#include <fcntl.h>
#include <sched.h>
#include <time.h>
#include <unistd.h>