diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 1995-02-24 08:51:34 +0000 | 
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1995-02-24 08:51:34 +0000 | 
| commit | 6c20486de431a94a26f018f34e0485b3e0705b10 (patch) | |
| tree | 1da5c69ee18b64e7a3a9454f9470ff1c8de85104 /lib/libmd/md2c.c | |
| parent | 12eaa3d55dfe840a2f7637e98f7b3a6be9867887 (diff) | |
Notes
Diffstat (limited to 'lib/libmd/md2c.c')
| -rw-r--r-- | lib/libmd/md2c.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libmd/md2c.c b/lib/libmd/md2c.c index a9c0607ed113..d31175882d21 100644 --- a/lib/libmd/md2c.c +++ b/lib/libmd/md2c.c @@ -21,6 +21,7 @@   */  #include "md2.h" +#include <string.h>  typedef unsigned char *POINTER;  | 
