diff --git a/include/dap_events_python.h b/include/dap_events_python.h index 29c91d87c797d7e4fa304b95cbbbd52369a81119..1924a623837ed1f250495b38296d8e71037ccd73 100644 --- a/include/dap_events_python.h +++ b/include/dap_events_python.h @@ -1,5 +1,11 @@ +#ifndef _DAP_EVENTS_PYTHON_H +#define _DAP_EVENTS_PYTHON_H + + #include "Python.h" #include "dap_events.h" +//#include "dap_events_socket_python.h" + #ifdef __cplusplus extern "C" { @@ -50,3 +56,5 @@ PyObject *dap_events_wait_py(PyObject *self, PyObject *args); //dap_events_t *sh #ifdef __cplusplus } #endif + +#endif