Skip to content

Commit

Permalink
Merge pull request #375 from phniix/373_upstream_typo_in_cmakelists
Browse files Browse the repository at this point in the history
Fixes #373
  • Loading branch information
akheron committed Dec 13, 2017
2 parents bc5c682 + 0b04762 commit 02dade4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -138,7 +138,7 @@ check_include_files (unistd.h HAVE_UNISTD_H)
check_include_files (sys/param.h HAVE_SYS_PARAM_H)
check_include_files (sys/stat.h HAVE_SYS_STAT_H)
check_include_files (sys/time.h HAVE_SYS_TIME_H)
check_include_files (sys/time.h HAVE_SYS_TYPES_H)
check_include_files (sys/types.h HAVE_SYS_TYPES_H)

check_function_exists (close HAVE_CLOSE)
check_function_exists (getpid HAVE_GETPID)
Expand Down

0 comments on commit 02dade4

Please sign in to comment.