pidgin/pidgin

Add a missing errno.h for FreeBSD

2020-06-14, Gary Kramlich
ce50cc06a4e0
Parents 24ed25d87550
Children 2f8dcd37835c
Add a missing errno.h for FreeBSD
--- a/pidgin/gtksound.c Sun Jun 14 02:56:02 2020 -0500
+++ b/pidgin/gtksound.c Sun Jun 14 03:05:58 2020 -0500
@@ -20,10 +20,9 @@
*
*/
-#ifdef HAVE_CONFIG_H
-# include <config.h>
-#endif
+#include <config.h>
+#include <errno.h>
#include <sys/types.h>
#ifndef _WIN32
# include <sys/wait.h>