libgnome r3808 - in trunk: . libgnome
- From: tml svn gnome org
- To: svn-commits-list gnome org
- Subject: libgnome r3808 - in trunk: . libgnome
- Date: Thu, 11 Sep 2008 23:38:41 +0000 (UTC)
Author: tml
Date: Thu Sep 11 23:38:41 2008
New Revision: 3808
URL: http://svn.gnome.org/viewvc/libgnome?rev=3808&view=rev
Log:
2008-09-12 Tor Lillqvist <tml novell com>
* libgnome/gnome-sound.c: Include <poll.h> only if HAVE_ESD as
poll() is used only if HAVE_ESD.
Modified:
trunk/ChangeLog
trunk/libgnome/gnome-sound.c
Modified: trunk/libgnome/gnome-sound.c
==============================================================================
--- trunk/libgnome/gnome-sound.c (original)
+++ trunk/libgnome/gnome-sound.c Thu Sep 11 23:38:41 2008
@@ -35,9 +35,9 @@
#include <fcntl.h>
#include <errno.h>
#include <time.h>
-#include <poll.h>
#ifdef HAVE_ESD
+#include <poll.h>
#include <esd.h>
#endif
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]