Include string.h to get proper memcpy prototype.

This commit is contained in:
Alexander Kabaev 2007-04-04 02:28:48 +00:00
parent d408e77e25
commit 84da49ceb2

View File

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