aboutsummaryrefslogtreecommitdiff
path: root/read_config_file.c
diff options
context:
space:
mode:
Diffstat (limited to 'read_config_file.c')
-rw-r--r--read_config_file.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/read_config_file.c b/read_config_file.c
index 0664968..dee5d21 100644
--- a/read_config_file.c
+++ b/read_config_file.c
@@ -6,7 +6,7 @@
#include <stdlib.h>
#include <ctype.h>
-#include "ltrace.h"
+#include "main.h"
#include "read_config_file.h"
#include "output.h"
#include "debug.h"
@@ -49,7 +49,7 @@ static struct list_of_pt_t {
/* Array of prototype objects for each of the types. The order in this
* array must exactly match the list of enumerated values in
- * ltrace.h */
+ * main.h */
static arg_type_info arg_type_prototypes[] = {
{ ARGTYPE_VOID },
{ ARGTYPE_INT },