diff options
author | okan | 2009-12-15 03:34:34 +0000 |
---|---|---|
committer | okan | 2009-12-15 03:34:34 +0000 |
commit | fd91780e7c69b257bdffbf3807447d490e2adb48 (patch) | |
tree | c6165a9d7f710b1ee64f9f806e294000c052d40f /client.c | |
parent | 862a1793f0990088013563e197c67fe962ed8006 (diff) | |
download | cwm-fd91780e7c69b257bdffbf3807447d490e2adb48.tar.gz |
pull these headers only into files that need them.
ok oga@
Diffstat (limited to '')
-rw-r--r-- | client.c | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -15,9 +15,11 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * $Id: client.c,v 1.70 2009/12/15 03:24:36 okan Exp $ + * $Id: client.c,v 1.71 2009/12/15 03:34:34 okan Exp $ */ +#include <assert.h> + #include "calmwm.h" static struct client_ctx *client_mrunext(struct client_ctx *); |