From 1042a0639ed92d680ee82b8f39a5587d7870eaa0 Mon Sep 17 00:00:00 2001 From: Andrew McNab Date: Fri, 27 Jun 2008 10:46:09 +0000 Subject: [PATCH] Sync --- org.gridsite.core/CHANGES | 2 ++ org.gridsite.core/VERSION | 4 ++-- org.gridsite.core/src/gsexec.c | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/org.gridsite.core/CHANGES b/org.gridsite.core/CHANGES index a25915c..911c797 100644 --- a/org.gridsite.core/CHANGES +++ b/org.gridsite.core/CHANGES @@ -1,3 +1,5 @@ +* Fri Jun 27 2008 Andrew McNab +- ==== GridSite version 1.5.10 ==== * Mon Jun 23 2008 Andrew McNab - Backport changes from 1.7.x for Apache 2.2 and Debian/SL5. diff --git a/org.gridsite.core/VERSION b/org.gridsite.core/VERSION index 0bfafc7..3a207ce 100644 --- a/org.gridsite.core/VERSION +++ b/org.gridsite.core/VERSION @@ -1,5 +1,5 @@ MAJOR_VERSION=1 MINOR_VERSION=1.5 -PATCH_VERSION=1.5.9 -DEFVERSION=010509 +PATCH_VERSION=1.5.10 +DEFVERSION=010510 VERSION=$(PATCH_VERSION) diff --git a/org.gridsite.core/src/gsexec.c b/org.gridsite.core/src/gsexec.c index 122dbba..1402871 100644 --- a/org.gridsite.core/src/gsexec.c +++ b/org.gridsite.core/src/gsexec.c @@ -29,7 +29,7 @@ * */ -#include +#include "ap_mmn.h" #if AP_MODULE_MAGIC_AT_LEAST(20051115,0) #ifndef _LARGEFILE64_SOURCE #define _LARGEFILE64_SOURCE -- 1.8.2.3