Skip to content

Commit

Permalink
v1.0.1: Fix missing includes.
Browse files Browse the repository at this point in the history
  • Loading branch information
mk-pmb committed Jul 2, 2023
1 parent dc24f3e commit 1b9963a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{ "name": "xseticon-pmb",
"version": "1.0.0",
"version": "1.0.1",
"description": "Change the window icon of an already-running X11 application. A stripped-down fork of Paul Evans' `xseticon`.",
"keywords": [],

Expand Down
2 changes: 2 additions & 0 deletions src/xseticon-pmb.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
*/

#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <glib.h>
#include <X11/Xlib.h>
#include <X11/Xatom.h>
Expand Down

0 comments on commit 1b9963a

Please sign in to comment.