ossp-pkg/petidomo/librfc822/decomment.c 1.3 -> 1.4
--- decomment.c 2000/12/16 13:27:12 1.3
+++ decomment.c 2001/01/19 14:56:35 1.4
@@ -1,6 +1,6 @@
/*
$Source: /v/ossp/cvs/ossp-pkg/petidomo/librfc822/decomment.c,v $
- $Revision: 1.3 $
+ $Revision: 1.4 $
Copyright (C) 2000 by CyberSolutions GmbH, Germany.
@@ -21,6 +21,7 @@
#include <stdlib.h>
#include <errno.h>
#include <assert.h>
+#include <string.h>
#ifdef DEBUG_DMALLOC
# include <dmalloc.h>
#endif
|
|