Skip to content

Commit 9326d5e

Browse files
committed
Merge pull request #3259 from BsAtHome/backport-debian_sid-include
Backport missing include for debian sid Addresses Debian bug #1092538
2 parents bb23f00 + 574f470 commit 9326d5e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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)