CristianHenzel / ClipIt

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

Fix building with C99 compilers #203

Open fweimer-rh opened 1 year 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: