shithub: rgbds

Download patch

ref: 35af90723bf03d61f41dade217a37128a9085175
parent: e5ba184ef30fc249b6cce86964f31e0f4d8e3c01
author: bentley <[email protected]>
date: Fri Jan 15 12:11:06 EST 2010

fix implied declaration warning

--- a/src/lib/library.c
+++ b/src/lib/library.c
@@ -1,3 +1,4 @@
+#include <err.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>