From 77825e5455872ef0c6def793b38bc767a3838bc0 Mon Sep 17 00:00:00 2001 From: llornkcor Date: Thu, 04 Aug 2005 07:22:40 +0000 Subject: apply patch in # 0001662, fixes build with uclibc --- (limited to 'noncore/applets') diff --git a/noncore/applets/keyhelper/keyhelperapplet/anylnk/ProcessInvoker.cpp b/noncore/applets/keyhelper/keyhelperapplet/anylnk/ProcessInvoker.cpp index 09605bd..ff06551 100644 --- a/noncore/applets/keyhelper/keyhelperapplet/anylnk/ProcessInvoker.cpp +++ b/noncore/applets/keyhelper/keyhelperapplet/anylnk/ProcessInvoker.cpp @@ -1,5 +1,9 @@ #include "ProcessInvoker.h" +#ifndef PIPE_BUF // uClibc or similar +#include +#endif + static ProcessInvoker* g_this; /* ------------------------------------------------------------------------ */ /* static functions */ -- cgit v0.9.0.2