diff options
Diffstat (limited to 'server/snd_worker.c')
-rw-r--r-- | server/snd_worker.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/server/snd_worker.c b/server/snd_worker.c index c8e9d12..8da11e1 100644 --- a/server/snd_worker.c +++ b/server/snd_worker.c @@ -15,6 +15,9 @@ You should have received a copy of the GNU Lesser General Public License along with this library; if not, see <http://www.gnu.org/licenses/>. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif #include <fcntl.h> #include <errno.h> |