Don't like ads? PRO users don't see any ads ;-)
Guest

fix-build.patch

By: a guest on Apr 15th, 2012  |  syntax: None  |  size: 0.33 KB  |  hits: 19  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. diff -Naur utils/cvs.cc src/utils/cvs.cc
  2. --- utils/csv.cc        2012-04-15 23:55:12.684994779 +0200
  3. +++ utils/csv.cc        2012-04-16 00:14:41.711994950 +0200
  4. ***************
  5. *** 8,13 ****
  6. --- 8,14 ----
  7.   #include <cstring>
  8.   #include <stdio.h>
  9.   #include <assert.h>
  10. + #include <stdlib.h>
  11.  
  12.   #include "csv.h"
  13.   #include "simstring.h"