bzero's prototype is in strings.h; possibly memset is more portable here.

svn path=/trunk/KDE/kdebase/workspace/; revision=813608
This commit is contained in:
Adriaan de Groot 2008-05-28 08:43:54 +00:00
parent 2f39e5aebf
commit 3fbec486c5

View file

@ -54,6 +54,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include <KConfigGroup>
#include <KGlobalSettings>
#include <strings.h>
namespace KWin
{