aboutsummaryrefslogtreecommitdiffstats
path: root/mps/code/prmcli.h
diff options
context:
space:
mode:
authorDavid Jones2007-03-09 12:31:34 +0000
committerDavid Jones2007-03-09 12:31:34 +0000
commita8888685eaa4380e75773fb29104cf14add19ef9 (patch)
tree4a127c9c336c4476d69303589feac6d4dd89bbbe /mps/code/prmcli.h
parent90b7369aa4d2cb93c4ae810c245969815bd11e5e (diff)
downloademacs-a8888685eaa4380e75773fb29104cf14add19ef9.tar.gz
emacs-a8888685eaa4380e75773fb29104cf14add19ef9.zip
Mps: fixing linux builds. recent linuxes are more careful with their open-sesame magic.
Copied from Perforce Change: 161907 ServerID: perforce.ravenbrook.com
Diffstat (limited to 'mps/code/prmcli.h')
-rw-r--r--mps/code/prmcli.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mps/code/prmcli.h b/mps/code/prmcli.h
index 395d7c5adcb..0defd356b68 100644
--- a/mps/code/prmcli.h
+++ b/mps/code/prmcli.h
@@ -12,7 +12,7 @@
12 12
13/* open sesame magic */ 13/* open sesame magic */
14#define _BSD_SOURCE 1 14#define _BSD_SOURCE 1
15#define _POSIX_C_SOURCE 1 15#define _XOPEN_SOURCE 500
16 16
17#include "mpm.h" 17#include "mpm.h"
18 18