Added missing #include for "System/error.h"

This commit is contained in:
Pierre Pronchery 2014-03-27 00:06:52 +01:00
parent 46adc5e7d4
commit 495bb608ff

View File

@ -1,5 +1,5 @@
/* $Id$ */
/* Copyright (c) 2008-2013 Pierre Pronchery <khorben@defora.org> */
/* Copyright (c) 2008-2014 Pierre Pronchery <khorben@defora.org> */
/* This file is part of DeforaOS System libSystem */
/* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
@ -21,6 +21,7 @@
#endif
#include <string.h>
#include <errno.h>
#include "System/error.h"
#include "System/object.h"