aboutsummaryrefslogtreecommitdiff
path: root/output.h
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 /output.h
parente12df4c65dfbd6d0e4a95ff90261b3b7c07298a2 (diff)
downloadltrace-3df476b28e4a9cdb43cf29fff8e89481310eb30d.tar.gz
Created library "libltrace.a" and a simple program that calls it
Diffstat (limited to 'output.h')
-rw-r--r--output.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/output.h b/output.h
index f17d68b..da29505 100644
--- a/output.h
+++ b/output.h
@@ -1,6 +1,6 @@
#include <sys/types.h>
-#include "ltrace.h"
+#include "main.h"
void output_line(Process *proc, char *fmt, ...);