ap

An audio player suited to my tastes
Log | Files | Refs | README | LICENSE

commit c6edbfaf55df1a72634934a0b4e85497b2c1bee4
parent e0419effb108769a40f59d7e9d6702add9d8e3f7
Author: Jacob R. Edwards <jacobouno@protonmail.com>
Date:   Wed, 25 Aug 2021 20:08:27 -0700

Include <unistd.h> on every operating system

Diffstat:
Maps/main.c | 3---
1 file changed, 0 insertions(+), 3 deletions(-)

diff --git a/aps/main.c b/aps/main.c @@ -26,10 +26,7 @@ #include <stdio.h> #include <stdlib.h> #include <string.h> - -#ifdef __OpenBSD__ #include <unistd.h> -#endif #include "aps.h" #include "command.h"