diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-09-19 18:39:39 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-09-19 18:39:39 +0000 |
commit | 1a25ebc2ef57730ee01128f89e263ae32a9c60e4 (patch) | |
tree | 7a8be302029c5a7ac23e5a824d8e9fdea49f0a1e /regress/libexec/ld.so/dlopen/libab/ab.C | |
parent | a61a902ae520e49b92f74ac38df50816399205e6 (diff) |
ansi clean so that all gcc versions can compile these; ok drahn
Diffstat (limited to 'regress/libexec/ld.so/dlopen/libab/ab.C')
-rw-r--r-- | regress/libexec/ld.so/dlopen/libab/ab.C | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/regress/libexec/ld.so/dlopen/libab/ab.C b/regress/libexec/ld.so/dlopen/libab/ab.C index c0183fd0fc7..f9e3ef719aa 100644 --- a/regress/libexec/ld.so/dlopen/libab/ab.C +++ b/regress/libexec/ld.so/dlopen/libab/ab.C @@ -1,11 +1,12 @@ /* * Public Domain 2003 Dale Rahn * - * $OpenBSD: ab.C,v 1.3 2005/09/18 19:58:50 drahn Exp $ + * $OpenBSD: ab.C,v 1.4 2005/09/19 18:39:37 deraadt Exp $ */ #include <iostream> #include <stdlib.h> +#include <string.h> #include "ab.h" char strbuf[512]; |