diff options
Diffstat (limited to 'gdb/python/py-event.c')
-rw-r--r-- | gdb/python/py-event.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/python/py-event.c b/gdb/python/py-event.c index 6816f5314f7..e01b50d26da 100644 --- a/gdb/python/py-event.c +++ b/gdb/python/py-event.c @@ -18,7 +18,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include "defs.h" -#include "py-event.h" +#include "python/py-event.h" void evpy_dealloc (PyObject *self) |