Partially back out changes in r327464. stdlib.h is used when

RPCBIND_DEBUG is enabled.
This commit is contained in:
Hiroki Sato 2018-03-05 03:34:01 +00:00
parent 286f5b4a29
commit c5814cf61c

View File

@ -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"