Fix implicit declaration
This commit is contained in:
parent
5331255b6e
commit
a849e80035
|
@ -1,3 +1,7 @@
|
|||
2014-05-01 Andreas Schwab <schwab@linux-m68k.org>
|
||||
|
||||
* nscd/nscd-client.h: Include <string.h>.
|
||||
|
||||
2014-05-01 David S. Miller <davem@davemloft.net>
|
||||
|
||||
[BZ #16885]
|
||||
|
|
|
@ -24,6 +24,7 @@
|
|||
|
||||
#include <stdbool.h>
|
||||
#include <stdint.h>
|
||||
#include <string.h>
|
||||
#include <sys/types.h>
|
||||
#include <atomic.h>
|
||||
#include <nscd-types.h>
|
||||
|
|
Loading…
Reference in New Issue