diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2001-03-17 10:00:50 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2001-03-17 10:00:50 +0000 |
| commit | 8a24546c85d1bd2cf5c71ec245301ff0b7712bae (patch) | |
| tree | 7526c04b9a1b576afe43d0827dec914d813c0d00 /lib/libmd/md2c.c | |
| parent | 6eb39ac8fca93d24eae9ae99ce93b0051a3bba72 (diff) | |
Notes
Diffstat (limited to 'lib/libmd/md2c.c')
| -rw-r--r-- | lib/libmd/md2c.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libmd/md2c.c b/lib/libmd/md2c.c index 97edfbe5a437..8e0b814f2202 100644 --- a/lib/libmd/md2c.c +++ b/lib/libmd/md2c.c @@ -20,9 +20,9 @@ documentation and/or software. */ -#include "md2.h" -#include <string.h> #include <sys/types.h> +#include <string.h> +#include "md2.h" typedef unsigned char *POINTER; |
