From 65819f8876bc8bbe55c572b4d860bdba22db0fa2 Mon Sep 17 00:00:00 2001 From: Chris Cannam Date: Thu, 30 Jun 2022 08:30:32 +0100 Subject: [PATCH] Move stub unistd file to new location of code that may include it --- src/{ => ext}/getopt/unistd.h | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename src/{ => ext}/getopt/unistd.h (100%) diff --git a/src/getopt/unistd.h b/src/ext/getopt/unistd.h similarity index 100% rename from src/getopt/unistd.h rename to src/ext/getopt/unistd.h