summaryrefslogtreecommitdiff
path: root/examples/loadables/print.c~
diff options
context:
space:
mode:
authorChet Ramey <chet.ramey@case.edu>2011-12-07 09:21:48 -0500
committerChet Ramey <chet.ramey@case.edu>2011-12-07 09:21:48 -0500
commit6a8fd0ed505d5d8fca9509995ae2d87243f0e6b2 (patch)
treef6bbcf557b86c7cb65e77feb6de7414e224c3a65 /examples/loadables/print.c~
parent1d0e1a34e001317e7e5acd206639577fd398f107 (diff)
downloadbash-6a8fd0ed505d5d8fca9509995ae2d87243f0e6b2.tar.gz
commit bash-20080410 snapshot
Diffstat (limited to 'examples/loadables/print.c~')
-rw-r--r--examples/loadables/print.c~2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/loadables/print.c~ b/examples/loadables/print.c~
index ad658a7f..02d3c92a 100644
--- a/examples/loadables/print.c~
+++ b/examples/loadables/print.c~
@@ -17,6 +17,8 @@
#include "builtins.h"
#include "stdc.h"
#include "bashgetopt.h"
+#include "builtext.h"
+#include "common.h"
#if !defined (errno)
extern int errno;