1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-06-25 18:30:07 +00:00

Takes another stab at finding ssize_t.

This commit is contained in:
Thomas Harte 2019-09-18 22:03:51 -04:00
parent 4f8a45a6ce
commit 1608a90d5d

View File

@ -9,6 +9,7 @@
#include "MacintoshVolume.hpp"
#include <sys/types.h>
#include <unistd.h>
#include <cstring>
using namespace Storage::MassStorage::Encodings::Macintosh;