chiark / gitweb /
sd-event: fix typo
[elogind.git] / src / bootchart / bootchart.h
index 2c3783580df9bfa1f4e89cbc0cd5d83776ab1260..e4dbdd921d5b75da03e340a9f0c8082ded1d6ce2 100644 (file)
@@ -24,7 +24,6 @@
   along with systemd; If not, see <http://www.gnu.org/licenses/>.
 ***/
 
-#include <dirent.h>
 #include <stdbool.h>
 #include "list.h"
 
@@ -118,6 +117,7 @@ extern bool arg_show_cmdline;
 extern bool arg_show_cgroup;
 extern bool arg_pss;
 extern bool arg_entropy;
+extern bool arg_percpu;
 extern bool initcall;
 extern int samples;
 extern int cpus;