Changeset 7155955


Ignore:
Timestamp:
Apr 4, 2013, 2:04:17 AM (11 years ago)
Author:
Anders Kaseorg <andersk@mit.edu>
Branches:
master, release-1.10
Children:
25d7236
Parents:
13a39ae8
git-author:
Anders Kaseorg <andersk@mit.edu> (12/10/12 23:28:55)
git-committer:
Anders Kaseorg <andersk@mit.edu> (04/04/13 02:04:17)
Message:
filterproc.c: Sever owl.h dependency

This fixes ‘make zcrypt’, which currently has no dependency on
owl_prototypes.h listed in Makefile.am.  (We could instead add one,
but that would be just as pointless.)

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
File:
1 edited

Legend:

Unmodified
Added
Removed
  • filterproc.c

    r3496369 r7155955  
    1 #include "owl.h"
     1#include "filterproc.h"
    22#include <sys/wait.h>
     3#include <fcntl.h>
     4#include <glib.h>
    35#include <poll.h>
     6#include <string.h>
     7#include <unistd.h>
    48
    59/* Even in case of error, send_receive is responsible for closing wfd
Note: See TracChangeset for help on using the changeset viewer.