Skip to content

Commit 300ba43

Browse files
committed
Add compat.h Python 2/3 compatibility header file to etherinfo
1 parent b9f2704 commit 300ba43

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python-ethtool/etherinfo_obj.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
*/
2525

2626
#include <Python.h>
27+
#include "include/py3c/compat.h"
2728
#include <bytesobject.h>
2829
#include "structmember.h"
2930

0 commit comments

Comments
 (0)