ossp-pkg/petidomo/librfc822/address.y 1.3 -> 1.4
--- address.y 2000/12/16 13:23:51 1.3
+++ address.y 2001/01/19 14:56:35 1.4
@@ -1,6 +1,6 @@
/*
$Source: /v/ossp/cvs/ossp-pkg/petidomo/librfc822/address.y,v $
- $Revision: 1.3 $
+ $Revision: 1.4 $
Copyright (C) 2000 by CyberSolutions GmbH, Germany.
@@ -22,6 +22,7 @@
#define YYSTYPE char *
+#include <string.h>
#include <errno.h>
#ifdef DEBUG_DMALLOC
# include <dmalloc.h>
|
|