diff --git a/src/object.c b/src/object.c index afb9733..6e23fbd 100644 --- a/src/object.c +++ b/src/object.c @@ -1,5 +1,5 @@ /* $Id$ */ -/* Copyright (c) 2008-2013 Pierre Pronchery */ +/* Copyright (c) 2008-2014 Pierre Pronchery */ /* 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 #include +#include "System/error.h" #include "System/object.h"