Fix GCC warning about deprecated header file

This commit is contained in:
Stas Degteff 2006-01-20 22:39:50 +00:00
parent ac0e7216dd
commit 89f5d0749f

View File

@ -40,7 +40,7 @@
#include <gstrall.h>
#include <csignal>
#include <iostream>
#include <strstream>
#include <sstream>
#include <iomanip>
// Wrappers for certain mostly DOS/Borland headers
#include <gshare.h>