8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-02-02 10:40:38 +01:00

VMS cleanup

This commit is contained in:
mapopa 2014-04-30 09:14:20 +00:00
parent 73a0eca8c8
commit 9176e2f4f6

View File

@ -48,7 +48,7 @@
#include <stdio.h>
#if defined(MVS) || defined(__VMS) || defined (DARWIN)
#if defined(MVS) || defined (DARWIN)
#include <stdlib.h>
#else
#include <malloc.h>