Include <gmp.h> outside of extern "C" block. (Note that numbers.h
authorMarius Vollmer <mvo@zagadka.de>
Fri, 24 Sep 2004 02:05:18 +0000 (02:05 +0000)
committerMarius Vollmer <mvo@zagadka.de>
Fri, 24 Sep 2004 02:05:18 +0000 (02:05 +0000)
still includes gmp.h to make it self-contained.)

libguile.h

index 3be6dec..7ccbd33 100644 (file)
@@ -1,7 +1,7 @@
 #ifndef SCM_LIBGUILE_H
 #define SCM_LIBGUILE_H
 
-/* Copyright (C) 1995,1996,1997,1998,2000,2001, 2002, 2003 Free Software Foundation, Inc.
+/* Copyright (C) 1995,1996,1997,1998,2000,2001, 2002, 2003, 2004 Free Software Foundation, Inc.
  * 
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
  * If you do not wish that, delete this exception notice.  */
 \f
 
+/* This needs to be included outside of the extern "C" block.
+ */
+#include <gmp.h>
+
 #ifdef __cplusplus
 extern "C" {
 #endif