summaryrefslogtreecommitdiff
path: root/src/process.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/process.h')
-rw-r--r--src/process.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/process.h b/src/process.h
index 2fca7327a0c..4866a8c1022 100644
--- a/src/process.h
+++ b/src/process.h
@@ -34,7 +34,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
struct Lisp_Process
{
- struct vector_header header;
+ struct vectorlike_header header;
/* Name of subprocess terminal. */
Lisp_Object tty_name;