mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
libndb: add AUTOLIB(resolv)
LGTM=rsc R=rsc https://codereview.appspot.com/97370043
This commit is contained in:
parent
45f8ba5414
commit
954e03ccfe
1 changed files with 2 additions and 0 deletions
|
@ -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*);
|
||||
|
|
Loading…
Reference in a new issue