confstr fix?

This commit is contained in:
Glenn Maynard
2004-03-28 02:37:36 +00:00
parent 40a49f51f3
commit 9da02c8c52
@@ -1,5 +1,7 @@
/* RageThreads helpers for threads in Linux, which are based on PIDs and TIDs. */
#define _XOPEN_SOURCE /* may be needed for confstr */
#include "global.h"
#include "LinuxThreadHelpers.h"
#include "RageUtil.h"