missing include for base64 encoding

This commit is contained in:
Damien Miller 2014-12-22 10:18:09 +11:00
parent 56d1c83cdd
commit d16bdd8027
1 changed files with 1 additions and 0 deletions

View File

@ -40,6 +40,7 @@
#include <errno.h>
#include <stdio.h>
#include <string.h>
#include <resolv.h>
#ifdef HAVE_UTIL_H
#include <util.h>
#endif /* HAVE_UTIL_H */