diff options
Diffstat (limited to 'sim/rx/main.c')
-rw-r--r-- | sim/rx/main.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sim/rx/main.c b/sim/rx/main.c index e404446..13d0c47 100644 --- a/sim/rx/main.c +++ b/sim/rx/main.c @@ -24,9 +24,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include <stdio.h> #include <string.h> #include <stdlib.h> -#ifdef HAVE_UNISTD_H #include <unistd.h> -#endif #include <assert.h> #include <setjmp.h> #include <signal.h> |