diff options
author | Andreas Kling <awesomekling@gmail.com> | 2019-05-28 13:48:06 +0200 |
---|---|---|
committer | Andreas Kling <awesomekling@gmail.com> | 2019-05-28 13:48:06 +0200 |
commit | cbd858544db7aa8307c4d686194df6cc814832af (patch) | |
tree | 8149ea9679bbebc945080ddfc1513169391b6d06 /Ports | |
parent | 16ea34fc12668c80e7fde25744d8cc75c99bb747 (diff) | |
download | serenity-cbd858544db7aa8307c4d686194df6cc814832af.zip |
LibC: Move struct timeval to sys/time.h. #POSIX
Diffstat (limited to 'Ports')
-rwxr-xr-x | Ports/.port_include.sh | 1 |
1 files changed, 1 insertions, 0 deletions
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 |