included string.h for declaration of memset.
This commit is contained in:
parent
0923e0a8fc
commit
52a2615b4c
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@
|
||||||
#include <sys/time.h>
|
#include <sys/time.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
#include <string.h>
|
||||||
#include "examples.h"
|
#include "examples.h"
|
||||||
|
|
||||||
#define BUFSZ 10000
|
#define BUFSZ 10000
|
||||||
|
|
Loading…
Add table
Reference in a new issue