Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(155)

Unified Diff: third_party/psutil/psutil/arch/bsd/process_info.c

Issue 8774018: Add psutil build step to fix pyauto media issues. Upgrade psutil to 0.4.0. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Disable Mac builds. Created 9 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/psutil/psutil/arch/bsd/process_info.c
diff --git a/third_party/psutil/psutil/arch/bsd/process_info.c b/third_party/psutil/psutil/arch/bsd/process_info.c
index d3006461db7226da8f19425529d3919dcfe9ba3b..0b2f4ab7e9311a3d5732c74511ce8bdc4ec7e8ca 100644
--- a/third_party/psutil/psutil/arch/bsd/process_info.c
+++ b/third_party/psutil/psutil/arch/bsd/process_info.c
@@ -1,5 +1,5 @@
/*
- * $Id: process_info.c 1142 2011-10-05 18:45:49Z g.rodola $
+ * $Id: process_info.c 1187 2011-10-22 15:56:59Z g.rodola $
*
* Copyright (c) 2009, Jay Loden, Giampaolo Rodola'. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
@@ -20,6 +20,7 @@
#include <sys/param.h>
#include <sys/user.h>
#include <sys/proc.h>
+#include <signal.h>
#include "process_info.h"

Powered by Google App Engine
This is Rietveld 408576698