Yet another unistd.h special case for

This commit is contained in:
Robin Gareus 2025-12-05 14:46:05 +01:00
parent 0f3760a8d1
commit b938daca95
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04

View file

@ -20,10 +20,11 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#ifdef _MSC_VER
#include <windows.h> // Needed for MSVC 'Sleep()'
#include <windows.h> // Needed for MSVC 'Sleep()'
#else
#include <unistd.h> // for usleep ()
#endif
#include "zita-convolver/zita-convolver.h"