From b861073629c6c86c9095df98e35d78281ef9fa84 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Mon, 20 May 2019 18:16:03 +0200 Subject: libghdl: fix various issues. --- src/vhdl/python/libghdl/thin/errorout.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/vhdl/python/libghdl/thin/errorout.py') diff --git a/src/vhdl/python/libghdl/thin/errorout.py b/src/vhdl/python/libghdl/thin/errorout.py index 0af8a0a1f..f059d99cc 100644 --- a/src/vhdl/python/libghdl/thin/errorout.py +++ b/src/vhdl/python/libghdl/thin/errorout.py @@ -1,4 +1,5 @@ -from ctypes import c_int8, c_int32 +from ctypes import c_int8, c_int32, Structure + class Error_Record(Structure): _fields_ = [("origin", c_int8), ("id", c_int8), -- cgit v1.2.3