View Single Post
  #1  
Old 05-11-2010, 02:22 PM
pfyon's Avatar
pfyon
Discordant
 
Join Date: Mar 2009
Location: Ottawa
Posts: 495
Default EQEmuLoginServer/ErrorLog.cpp r1459 Linux Compile Fix

The addition of memset() to rev 1459 of ErrorLog.cpp broke the compile for my linux box. Solution is to #include <string.h> in ErrorLog.cpp.
Reply With Quote