Skip to content

Commit 574f470

Browse files
committed
Necessary include for gettimeofday() in debian:sid.
1 parent bb23f00 commit 574f470

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/emc/rs274ngc/gcodemodule.cc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
// along with this program; if not, write to the Free Software
1717
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
1818

19+
#include <sys/time.h>
20+
1921
#include <Python.h>
2022
#include <structmember.h>
2123

0 commit comments

Comments
 (0)