Skip to content

Commit

Permalink
(#19) Fixed include path for xdisplay.h
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Hofmann committed Jul 31, 2020
1 parent 5ee4de7 commit c0da0fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/linux/xdisplay.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include "xdisplay.h"
#include "../xdisplay.h"
#include <stdio.h> /* For fputs() */
#include <stdlib.h> /* For atexit() */
#include <string.h> /* For strdup() */
Expand Down

0 comments on commit c0da0fa

Please sign in to comment.