/* darkstat 3
- * copyright (c) 2001-2009 Emil Mikulic.
+ * copyright (c) 2001-2011 Emil Mikulic.
*
* err.c: BSD-like err() and warn() functions
*
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-#include "darkstat.h"
-#include "conv.h"
+#include "cdefs.h"
#include "err.h"
+#include "opt.h"
#include "pidfile.h"
+#include "bsd.h" /* for strlcpy */
#include <errno.h>
#include <stdarg.h>