Changeset 12008


Ignore:
Timestamp:
2006-07-04T19:55:40+12:00 (18 years ago)
Author:
davidb
Message:

A minor tweak to let this action work with the older version of cgicc used
(necessary to work with gcc 2.95).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/recpt/depositoraction.cpp

    r12002 r12008  
    4848#include "argdb.h"
    4949#include "cgiutils.h"
     50
    5051#include <stdio.h>
     52#include <strings.h> // seems to be needed for gcc 2.95, but not particularly happy it
    5153#include <fcntl.h>
    5254#include <time.h>
     
    5860
    5961#include <new>
    60 #include <string>
     62//#include <string>
    6163#include <vector>
    6264#include <stdexcept>
    6365#include <iostream>
    64 #include <cstdlib>
     66//#include <cstdlib>
    6567#include "cgicc/CgiDefs.h"
    6668#include "cgicc/Cgicc.h"
    67 #include "cgicc/HTTPHTMLHeader.h"
    68 #include "cgicc/HTMLClasses.h"
    6969
    7070using namespace cgicc;
Note: See TracChangeset for help on using the changeset viewer.