mirror of
http://git.chmurka.net/owx
synced 2026-04-01 12:33:21 +00:00
- fixed compilation error with gcc 4.7.2 (thx Magnus Numelin)
git-svn-id: http://svn.chmurka.net/owx/trunk/owx@9 8cc89244-2450-4880-90d3-191243f3a0b0
This commit is contained in:
@ -1,5 +1,8 @@
|
||||
/* $Id$ */
|
||||
|
||||
2012-10-23
|
||||
- fixed compilation error with gcc 4.7.2 (thx Magnus Numelin)
|
||||
|
||||
2012-07-22
|
||||
- added support for semicolon-separated CSV files
|
||||
- fixed warning in import.cc
|
||||
|
||||
@ -2,6 +2,7 @@
|
||||
|
||||
#include <cstring>
|
||||
#include <cerrno>
|
||||
#include <unistd.h>
|
||||
#include "throw.h"
|
||||
#include "intl.h"
|
||||
#include "file.h"
|
||||
|
||||
Reference in New Issue
Block a user