all repos — tint2 @ 6ec5d5be991d9802dd8aa7a789898093c9bc41c9

fork of the tint2 desktop panel for my custom setup - only minimized windows across all desktops for the taskbar

Add missing include of stdlib.


git-svn-id: http://tint2.googlecode.com/svn/trunk@237 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
Spooky85@gmail.com Spooky85@gmail.com@121b4492-b84c-0410-8b4c-0d4edfb3f3cc
commit

6ec5d5be991d9802dd8aa7a789898093c9bc41c9

parent

41d6518a417222724aae44b4b58e1f3abc6c67ed

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M src/tint2conf/main.csrc/tint2conf/main.c

@@ -17,6 +17,7 @@ * along with this program; if not, write to the Free Software

* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. **************************************************************************/ +#include <stdlib.h> #include <stdio.h> #include <locale.h> #include <gtk/gtk.h>