Add missing include. Tickled by Doug Hogan (doug (at) acyclic.org)
authorguenther <guenther@openbsd.org>
Sun, 20 Jul 2014 01:26:17 +0000 (01:26 +0000)
committerguenther <guenther@openbsd.org>
Sun, 20 Jul 2014 01:26:17 +0000 (01:26 +0000)
regress/lib/libc/stdio_threading/include/local.h

index b21fabd..8d0e628 100644 (file)
@@ -14,6 +14,7 @@
  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
+#include <err.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>