Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/comms/dfu-programmer/files/patch-src-commands.c
16460 views
1
--- src/commands.c.old 2010-05-28 12:54:19.000000000 +0200
2
+++ src/commands.c 2010-05-28 12:54:37.000000000 +0200
3
@@ -18,6 +18,7 @@
4
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
5
*/
6
7
+#include <stdlib.h>
8
#include <stdio.h>
9
#include <stdint.h>
10
#include <string.h>
11
12