summaryrefslogtreecommitdiff
path: root/tests/line2addr.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/line2addr.c')
-rw-r--r--tests/line2addr.c18
1 files changed, 17 insertions, 1 deletions
diff --git a/tests/line2addr.c b/tests/line2addr.c
index 2b92af25..7b10be82 100644
--- a/tests/line2addr.c
+++ b/tests/line2addr.c
@@ -1,6 +1,22 @@
+/* Copyright (C) 2005 Red Hat, Inc.
+
+ This program is Open Source software; you can redistribute it and/or
+ modify it under the terms of the Open Software License version 1.0 as
+ published by the Open Source Initiative.
+
+ You should have received a copy of the Open Software License along
+ with this program; if not, you may obtain a copy of the Open Software
+ License version 1.0 from http://www.opensource.org/licenses/osl.php or
+ by writing the Open Source Initiative c/o Lawrence Rosen, Esq.,
+ 3001 King Ranch Road, Ukiah, CA 95482. */
+
+#ifdef HAVE_CONFIG_H
+# include <config.h>
+#endif
+
#include <inttypes.h>
#include <assert.h>
-#include <libdwfl.h>
+#include ELFUTILS_HEADER(dwfl)
#include <argp.h>
#include <stdio.h>
#include <locale.h>