libndb: add AUTOLIB(resolv)

LGTM=rsc
R=rsc
https://codereview.appspot.com/97370043
This commit is contained in:
David du Colombier 2014-05-15 06:28:05 +02:00
parent 45f8ba5414
commit 954e03ccfe

View file

@ -9,6 +9,8 @@
#include <ndb.h>
#include "ndbhf.h"
AUTOLIB(resolv)
static void nstrcpy(char*, char*, int);
static void mkptrname(char*, char*, int);
static Ndbtuple *doquery(char*, char*);