Skip to content
This repository has been archived by the owner on Dec 17, 2017. It is now read-only.

Commit

Permalink
Merge pull request #537 from adaptee/fix-including-error
Browse files Browse the repository at this point in the history
Trivial fix for "sysstat/cpustat.hpp not found"
  • Loading branch information
kuzmas committed Jan 20, 2013
2 parents b461f63 + 650eabf commit 54fd60c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions razorqt-panel/plugin-sysstat/razorsysstatconfiguration.cpp
Expand Up @@ -31,9 +31,9 @@
#include "razorsysstatutils.h"
#include "razorsysstatcolours.h"

#include <sysstat/cpustat.hpp>
#include <sysstat/memstat.hpp>
#include <sysstat/netstat.hpp>
#include <sysstat/cpustat.h>
#include <sysstat/memstat.h>
#include <sysstat/netstat.h>


RazorSysStatConfiguration::RazorSysStatConfiguration(QSettings &settings, QWidget *parent) :
Expand Down

0 comments on commit 54fd60c

Please sign in to comment.