mirror of
https://git.freebsd.org/ports.git
synced 2025-07-12 06:49:18 -04:00
TiLP is a Linking Program to send/receive files to/from your TI calculator. PR: ports/56137 Submitted by: Tijl Coosemans <tijl@ulyssis.org>
10 lines
222 B
C
10 lines
222 B
C
--- src/action.c.orig Mon Apr 21 15:44:39 2003
|
|
+++ src/action.c Mon Apr 21 15:49:32 2003
|
|
@@ -23,6 +23,7 @@
|
|
|
|
#include <gtk/gtk.h>
|
|
#include <glade/glade.h>
|
|
+#include <stdlib.h>
|
|
#include <string.h>
|
|
|
|
#include "action.h"
|