mirror of
https://github.com/go-delve/delve.git
synced 2025-11-01 20:20:40 +08:00
Fixed missing header file "sys/types.h" to fix compiler error
This commit is contained in:
committed by
Derek Parker
parent
81bf3c0bec
commit
d4097e3be9
@ -2,6 +2,7 @@ package proctl
|
||||
|
||||
/*
|
||||
#include <stddef.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/user.h>
|
||||
#include <sys/debugreg.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user