changeset 1750:636e7651c09d trunk

[svn] - avoid conflict of mkdtemp() declaration between util.h and stdlib.h.
author yaz
date Tue, 19 Sep 2006 19:20:09 -0700
parents 2d84f6a3ca23
children a5fcf96e33fe
files ChangeLog audacious/util.h
diffstat 2 files changed, 11 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Mon Sep 18 14:08:39 2006 -0700
+++ b/ChangeLog	Tue Sep 19 19:20:09 2006 -0700
@@ -1,3 +1,12 @@
+2006-09-18 21:08:39 +0000  William Pitcock <nenolod@nenolod.net>
+  revision [2435]
+  - soname fix
+  
+
+  Changes:        Modified:
+  +1 -1           trunk/mk/objective.mk  
+
+
 2006-09-18 20:21:50 +0000  William Pitcock <nenolod@nenolod.net>
   revision [2433]
   - version change: 1.2.0-rc1
--- a/audacious/util.h	Mon Sep 18 14:08:39 2006 -0700
+++ b/audacious/util.h	Tue Sep 19 19:20:09 2006 -0700
@@ -119,7 +119,9 @@
                             gboolean save);
 
 /* Not sure this should be here? */
+#ifndef HAVE_MKDTEMP
 char *mkdtemp(char *path);
+#endif
 
 typedef struct {
     gint x;