From: Nick Bowler Date: Tue, 21 Sep 2021 03:26:32 +0000 (-0400) Subject: Add missing include to fops.c. X-Git-Url: http://git.draconx.ca/gitweb/liblbx.git/commitdiff_plain/1c79f726622c4a90e9ed4882246c0c320a8e6fdc Add missing include to fops.c. --- diff --git a/src/fops.c b/src/fops.c index 2f35dc4..521b50b 100644 --- a/src/fops.c +++ b/src/fops.c @@ -16,6 +16,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ +#include #include #include #include