aboutsummaryrefslogtreecommitdiff
path: root/options.c
diff options
context:
space:
mode:
authorJuan Cespedes <cespedes@debian.org>2009-05-28 19:17:17 +0200
committerJuan Cespedes <cespedes@debian.org>2009-05-28 19:17:17 +0200
commit3df476b28e4a9cdb43cf29fff8e89481310eb30d (patch)
tree9b82d9d21184ff3f05ab1ea0f7cb0c81d7701e2c /options.c
parente12df4c65dfbd6d0e4a95ff90261b3b7c07298a2 (diff)
downloadltrace-3df476b28e4a9cdb43cf29fff8e89481310eb30d.tar.gz
Created library "libltrace.a" and a simple program that calls it
Diffstat (limited to 'options.c')
-rw-r--r--options.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/options.c b/options.c
index 042eb7a..812036a 100644
--- a/options.c
+++ b/options.c
@@ -14,7 +14,7 @@
#include <getopt.h>
#endif
-#include "ltrace.h"
+#include "main.h"
#include "options.h"
#include "defs.h"