Partially back out changes in r327464. stdlib.h is used when
RPCBIND_DEBUG is enabled.
This commit is contained in:
parent
286f5b4a29
commit
c5814cf61c
@ -48,6 +48,9 @@
|
||||
#include <rpc/rpcb_prot.h>
|
||||
#include <netconfig.h>
|
||||
#include <stdio.h>
|
||||
#ifdef RPCBIND_DEBUG
|
||||
#include <stdlib.h>
|
||||
#endif
|
||||
#include <string.h>
|
||||
|
||||
#include "rpcbind.h"
|
||||
|
Loading…
Reference in New Issue
Block a user