patch-src_status_window_c 380 B

123456789101112131415
  1. $OpenBSD: patch-src_status_window_c,v 1.1 2013/01/17 13:30:32 ajacoutot Exp $
  2. Fix implicit declaration.
  3. --- src/status_window.c.orig Thu Apr 15 20:21:37 2004
  4. +++ src/status_window.c Thu Jan 17 13:49:26 2013
  5. @@ -23,6 +23,7 @@
  6. #include <stdlib.h>
  7. #include <stdio.h>
  8. #include <unistd.h>
  9. +#include <string.h>
  10. #include <fcntl.h>
  11. #include <vte/vte.h>
  12. #include "status_window.h"