diff options
author | roland <roland> | 2005-07-29 08:37:01 +0000 |
---|---|---|
committer | roland <roland> | 2005-07-29 08:37:01 +0000 |
commit | 7a053d3b5c117886a07d7a56a7a74ac6a50b6be2 (patch) | |
tree | 5dd1557b36edf0c005759ba7729b5647f833e7a2 /loc2c.h | |
parent | 44049283175b1b0c0355e226321b8ce6088434db (diff) | |
download | systemtap-steved-7a053d3b5c117886a07d7a56a7a74ac6a50b6be2.tar.gz systemtap-steved-7a053d3b5c117886a07d7a56a7a74ac6a50b6be2.tar.xz systemtap-steved-7a053d3b5c117886a07d7a56a7a74ac6a50b6be2.zip |
2005-07-29 Roland McGrath <roland@redhat.com>
* tapsets.cxx: <libdw.h> -> <elfutils/libdw.h>
* loc2c.c, loc2c.h: Likewise.
Diffstat (limited to 'loc2c.h')
-rw-r--r-- | loc2c.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -#include <libdw.h> +#include <elfutils/libdw.h> struct obstack; /* Use <obstack.h> */ struct location; /* Opaque */ |