guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] 70/86: Fix include in test-ffi-lib


From: Andy Wingo
Subject: [Guile-commits] 70/86: Fix include in test-ffi-lib
Date: Wed, 20 Jun 2018 14:09:43 -0400 (EDT)

wingo pushed a commit to branch master
in repository guile.

commit e605b518ee472d18e3bb3bcfb8840abfa8486372
Author: Andy Wingo <address@hidden>
Date:   Wed Jun 20 14:47:27 2018 +0200

    Fix include in test-ffi-lib
    
    * test-suite/standalone/test-ffi-lib.c: Add missing <string.h> include.
---
 test-suite/standalone/test-ffi-lib.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/test-suite/standalone/test-ffi-lib.c 
b/test-suite/standalone/test-ffi-lib.c
index f265339..d1658fe 100644
--- a/test-suite/standalone/test-ffi-lib.c
+++ b/test-suite/standalone/test-ffi-lib.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2010, 2011 Free Software Foundation, Inc.
+/* Copyright (C) 2010, 2011, 2018 Free Software Foundation, Inc.
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public License
@@ -20,6 +20,8 @@
 # include <config.h>
 #endif
 
+#include <string.h>
+
 #include <libguile.h>
 
 void test_ffi_v_ (void);



reply via email to

[Prev in Thread] Current Thread [Next in Thread]