[xiph-commits] r14893 - trunk/cdparanoia/interface
xiphmont at svn.xiph.org
xiphmont at svn.xiph.org
Thu May 15 21:25:24 PDT 2008
Author: xiphmont
Date: 2008-05-15 21:25:24 -0700 (Thu, 15 May 2008)
New Revision: 14893
Modified:
trunk/cdparanoia/interface/scan_devices.c
Log:
Header include fix
Modified: trunk/cdparanoia/interface/scan_devices.c
===================================================================
--- trunk/cdparanoia/interface/scan_devices.c 2008-05-16 04:16:23 UTC (rev 14892)
+++ trunk/cdparanoia/interface/scan_devices.c 2008-05-16 04:25:24 UTC (rev 14893)
@@ -6,6 +6,8 @@
*
******************************************************************/
+#define _GNU_SOURCE /* get cuserid */
+#define _USE_XOPEN /* get cuserid */
#include <limits.h>
#include <stdio.h>
#include <unistd.h>
More information about the commits
mailing list