mirror of
https://github.com/znc/znc.git
synced 2026-08-08 09:52:55 +02:00
fix build error when compiling against uclibc(++)
Fixes the following error: In file included from ZNCString.cpp:10:0: FileUtils.h: In static member function 'static CString CDir::GetCWD()': FileUtils.h:246:36: error: 'getcwd' was not declared in this scope Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com> Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
committed by
Uli Schlachter
parent
d252a2b4e2
commit
461c61fd0f
@@ -16,6 +16,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <sys/fcntl.h>
|
||||
#include <unistd.h>
|
||||
#include <vector>
|
||||
|
||||
using std::vector;
|
||||
|
||||
Reference in New Issue
Block a user