Fix implicit declaration of memset().

This commit is contained in:
Jasper Lievisse Adriaanse 2011-06-16 10:49:53 +02:00 committed by Daniel Beer
parent e50edfd347
commit 0f3265e741
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@
#include <sys/socket.h>
#include <unistd.h>
#include <errno.h>
#include <string.h>
#include "gdb_proto.h"
#include "output.h"