Include string.h to get proper memcpy prototype.

This commit is contained in:
kan 2007-04-04 02:28:48 +00:00
parent 1c8a725def
commit 8b7b60e0bc

View File

@ -28,6 +28,7 @@
#include <gssapi/gssapi.h>
#include <stdlib.h>
#include <string.h>
#include <errno.h>
#include "utils.h"