aboutsummaryrefslogtreecommitdiffstats
path: root/src/sample_and_hold.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sample_and_hold.c')
-rw-r--r--src/sample_and_hold.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sample_and_hold.c b/src/sample_and_hold.c
index a72ba86..6b0abeb 100644
--- a/src/sample_and_hold.c
+++ b/src/sample_and_hold.c
@@ -17,7 +17,7 @@
* 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
-#define _XOPEN_SOURCE 500 /* strdup */
+#define _XOPEN_SOURCE 600 /* strdup */
#include <stdlib.h>
#include <string.h>