diff options
Diffstat (limited to 'src/utils/indxbib')
-rw-r--r-- | src/utils/indxbib/indxbib.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/utils/indxbib/indxbib.cc b/src/utils/indxbib/indxbib.cc index bd4780d7..3185fe2c 100644 --- a/src/utils/indxbib/indxbib.cc +++ b/src/utils/indxbib/indxbib.cc @@ -38,7 +38,8 @@ Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include "nonposix.h" extern "C" { - // Sun's stdlib.h fails to declare this. + // Solaris 2.5.1 has these functions, + // but its stdlib.h fails to declare them. char *mktemp(char *); int mkstemp(char *); } |