From cbd858544db7aa8307c4d686194df6cc814832af Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Tue, 28 May 2019 13:48:06 +0200 Subject: LibC: Move struct timeval to sys/time.h. #POSIX --- Ports/.port_include.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'Ports') diff --git a/Ports/.port_include.sh b/Ports/.port_include.sh index 1a5de96130..50f3f7ca3b 100755 --- a/Ports/.port_include.sh +++ b/Ports/.port_include.sh @@ -35,6 +35,7 @@ function run_fetch_git() { if [ -d "$PORT_DIR/.git" ]; then run_command git fetch run_command git reset --hard FETCH_HEAD + run_command git clean -fx else run_command_nocd git clone "$1" "$PORT_DIR" fi -- cgit v1.2.3