Skip to content

Commit

Permalink
#659: try to fix compilation err on suse 10
Browse files Browse the repository at this point in the history
  • Loading branch information
giampaolo committed Jul 31, 2015
1 parent 5bd8c72 commit 9503109
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
Bug tracker at https://github.com/giampaolo/psutil/issues

3.1.2 - XXXX-XX-XX
==================

**Bug fixes**

- #659: [Linux] compilation error on Suse 10.


3.1.1 - 2015-07-15
==================

Expand Down
1 change: 0 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
include .coveragerc
include .git-pre-commit
include .git-pre-commit
include .gitignore
include .travis.yml
include CREDITS
Expand Down
1 change: 1 addition & 0 deletions psutil/_psutil_linux.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
#include <sys/socket.h>
#include <linux/sockios.h>
#include <linux/if.h>
#include <linux/types.h>
#include <linux/ethtool.h>

#include "_psutil_linux.h"
Expand Down

0 comments on commit 9503109

Please sign in to comment.