CristianHenzel / ClipIt

ClipIt clipboard manager for GTK+
https://github.com/CristianHenzel/ClipIt
GNU General Public License v3.0
653 stars 83 forks source link

Fix building with C99 compilers #203

Closed fweimer-rh closed 3 weeks ago

fweimer-rh commented 1 year ago

C99 removed implicit function declarations. Include <sys/stat.h> for the umask function, and init_history_timeout_timer because it is used in main.c.

Related to:

luismoron commented 3 weeks ago

please update to fix this