From f31f5f72ad0c3ce66e4975c21dca6cfa05746bb0 Mon Sep 17 00:00:00 2001 From: Jephte Clain Date: Fri, 13 Oct 2017 12:02:19 +0400 Subject: [PATCH] =?UTF-8?q?corriger=20un=20probl=C3=A8me=20de=20compilatio?= =?UTF-8?q?n=20sur=20OL6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/reptyr/ptrace.h | 2 +- reptyr.cgo | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/reptyr/ptrace.h b/lib/reptyr/ptrace.h index d981369..d4f09c4 100644 --- a/lib/reptyr/ptrace.h +++ b/lib/reptyr/ptrace.h @@ -19,9 +19,9 @@ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN * THE SOFTWARE. */ +#include #include #include -#include enum child_state { ptrace_detached = 0, diff --git a/reptyr.cgo b/reptyr.cgo index bed81f0..18167d6 100755 --- a/reptyr.cgo +++ b/reptyr.cgo @@ -28,9 +28,9 @@ compilerArgs=-O2 -D_GNU_SOURCE -o $cacheDir/$executableFilename $cacheDir/$sourc * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN * THE SOFTWARE. */ +#include #include #include -#include enum child_state { ptrace_detached = 0,