d2r2/go-dht

./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>
d2r2 commented

Hi @Fank. Give me a day or so to check that this fix is compatible for all version of RPi and clones.