Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37911003
en ru br
ALT Linux repos
S:4.0b2-alt5

Group :: Development/Tcl
RPM: tcl-dp

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: tcl-dp-4.0b2-alt1-fix-includes.patch
Download


diff --git a/generic/dpCmds.c b/generic/dpCmds.c
index 80c2ad2..5c584a6 100644
--- a/generic/dpCmds.c
+++ b/generic/dpCmds.c
@@ -11,8 +11,8 @@
  *
  */
 
-#include "generic/dpInt.h"
 #include <tclInt.h>
+#include "generic/dpInt.h"
  
 /*
  * The default number of bytes for "dp_copy" to read in each call
diff --git a/generic/dpRPC.c b/generic/dpRPC.c
index 5243f87..1a1f73a 100755
--- a/generic/dpRPC.c
+++ b/generic/dpRPC.c
@@ -91,8 +91,8 @@
  *	will be reclaimed.
  */
 
+#include <tclInt.h>
 #include "generic/dpInt.h"
-#include "tclInt.h"
 
 /*
  * If DBG() is defined, you will get ALOT of garbage on stdout
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin