summaryrefslogtreecommitdiff
path: root/regress/libexec/ld.so/dlopen/prog1/prog1.C
diff options
context:
space:
mode:
Diffstat (limited to 'regress/libexec/ld.so/dlopen/prog1/prog1.C')
-rw-r--r--regress/libexec/ld.so/dlopen/prog1/prog1.C3
1 files changed, 2 insertions, 1 deletions
diff --git a/regress/libexec/ld.so/dlopen/prog1/prog1.C b/regress/libexec/ld.so/dlopen/prog1/prog1.C
index 0ffc44a8975..6a529838f31 100644
--- a/regress/libexec/ld.so/dlopen/prog1/prog1.C
+++ b/regress/libexec/ld.so/dlopen/prog1/prog1.C
@@ -1,11 +1,12 @@
/*
* Public Domain 2003 Dale Rahn
*
- * $OpenBSD: prog1.C,v 1.3 2005/09/18 19:58:50 drahn Exp $
+ * $OpenBSD: prog1.C,v 1.4 2005/09/19 18:39:38 deraadt Exp $
*/
#include <iostream>
#include <dlfcn.h>
#include <string.h>
+#include <stdio.h>
typedef char * (cp_func)(void);
int a;
int