blob: c66893b1ed58ed8a4b283d7f2929741ab8af2e7f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-ab,v 1.1 2007/11/16 23:04:54 rillig Exp $
--- tag.h.orig 2007-10-05 17:07:18.000000000 +0200
+++ tag.h 2007-11-17 00:02:23.000000000 +0100
@@ -22,6 +22,7 @@
#ifndef AWESOME_TAG_H
#define AWESOME_TAG_H
+#include <sys/types.h>
#include <regex.h>
#include "client.h"
|