diff options
author | Frederic Culot <calcurse@culot.org> | 2009-01-02 19:52:32 +0000 |
---|---|---|
committer | Frederic Culot <calcurse@culot.org> | 2009-01-02 19:52:32 +0000 |
commit | aa7d6c5eb75d236a6a58b4df8c98335fd0ac24dd (patch) | |
tree | 99f53002ba1c7d7f828761974d5b8f681ee867e2 /src/mem.c | |
parent | cac30a7e1469a8f061f64712dbea100a012dd788 (diff) | |
download | calcurse-aa7d6c5eb75d236a6a58b4df8c98335fd0ac24dd.zip |
various bugfixes
Diffstat (limited to 'src/mem.c')
-rw-r--r-- | src/mem.c | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,8 +1,8 @@ -/* $calcurse: mem.c,v 1.1 2008/12/28 13:15:18 culot Exp $ */ +/* $calcurse: mem.c,v 1.2 2009/01/02 19:52:32 culot Exp $ */ /* * Calcurse - text-based organizer - * Copyright (c) 2008 Frederic Culot + * Copyright (c) 2008-2009 Frederic Culot * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -26,6 +26,7 @@ #include <string.h> #include <stdio.h> +#include <stdint.h> #include "i18n.h" #include "utils.h" |