Skip to content

Commit

Permalink
Merge pull request #19 from thkukuk/master
Browse files Browse the repository at this point in the history
Replace rpc/types.h with sys/param.h. We don't use RPC functions
  • Loading branch information
jsrain committed Nov 23, 2017
2 parents 1b93fcc + 22b8c93 commit 4c1c443
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 4c1c443

Please sign in to comment.