1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-11-22 23:47:39 +01:00

Include sys/types.h once

This commit is contained in:
Konstantin Belousov 2010-03-08 00:24:32 +02:00
parent da357e3c2e
commit 64b5391b7b

View file

@ -32,6 +32,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
extern "C" {
#endif
#include <sys/types.h>
#include <inttypes.h>
#include <ucontext.h>