Skip to content

Commit

Permalink
Replace rpc/types.h with sys/param.h. We don't use RPC functions
Browse files Browse the repository at this point in the history
and the rpc/types.h is deprecated in glibc.
  • Loading branch information
thkukuk committed Nov 13, 2017
1 parent 1b93fcc commit 22b8c93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main_window.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
#include "i18n.h"

#include <unistd.h>
#include <rpc/types.h>
#include <sys/param.h>
#include <stdlib.h>
#include <time.h>
#include <iostream>
Expand Down

0 comments on commit 22b8c93

Please sign in to comment.