diff options
Diffstat (limited to 'gdb/python/py-linetable.c')
-rw-r--r-- | gdb/python/py-linetable.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/python/py-linetable.c b/gdb/python/py-linetable.c index b9d74b8aa3d..41c2043070b 100644 --- a/gdb/python/py-linetable.c +++ b/gdb/python/py-linetable.c @@ -18,6 +18,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include "defs.h" + +/* Local non-gdb includes. */ #include "python-internal.h" typedef struct { |