summaryrefslogtreecommitdiff
path: root/dlfcn-shell.c
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2012-04-28 13:52:59 +1000
committerChris Johns <chrisj@rtems.org>2012-04-28 13:52:59 +1000
commit6fa80fce36b2746f2780c604541939bc9f1b447c (patch)
tree2c678d8054ef982dfd4d634e1cdd5dac68999b61 /dlfcn-shell.c
parentff4ac1e4b784f60d29d7aa5eec9c6f2e776da0dd (diff)
Remove warnings.
Diffstat (limited to 'dlfcn-shell.c')
-rw-r--r--dlfcn-shell.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/dlfcn-shell.c b/dlfcn-shell.c
index 88b9dcd..d531b9c 100644
--- a/dlfcn-shell.c
+++ b/dlfcn-shell.c
@@ -1,5 +1,5 @@
/*
- * COPYRIGHT (c) 2010 Chris Johns <chrisj@rtems.org>
+ * COPYRIGHT (c) 2012 Chris Johns <chrisj@rtems.org>
*
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
@@ -27,6 +27,7 @@
#include <string.h>
#include <dlfcn.h>
+#include <dlfcn-shell.h>
static void*
convert_ascii_to_voidp (const char* arg)