Skip to content

Commit

Permalink
ewmh: add time.h
Browse files Browse the repository at this point in the history
Needed when certain code paths (such as with --disable-png) are hit, and
the set of #includes changes.

Fixes #669
  • Loading branch information
ThomasAdam committed Jun 4, 2022
1 parent 9edb53b commit c7b41a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fvwm/ewmh.c
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
#include <stdio.h>
#include <stdarg.h>
#include <sys/times.h>
#include <time.h>
#include "libs/fvwm_x11.h"
#include "libs/fvwmlib.h"
#include "fvwm.h"
Expand Down

0 comments on commit c7b41a0

Please sign in to comment.