summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tag.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/tag.c b/tag.c
index 4e2abd72..f65897f8 100644
--- a/tag.c
+++ b/tag.c
@@ -14,10 +14,13 @@
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
+#include "config.h"
+
#include <sys/types.h>
#include <signal.h>
#include <stddef.h>
+#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>