Browse Source

* Correct case for dotted name

Michaël Van Canneyt 1 week ago
parent
commit
b92a6f96ff
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/fcl-net/src/fpsockets.pp

+ 1 - 1
packages/fcl-net/src/fpsockets.pp

@@ -35,7 +35,7 @@ interface
 uses
   {$IfDef WINDOWS}WinApi.WinSock2, {$ENDIF}
   {$ifdef unix} UnixApi.Base, UnixApi.TermIO, {$EndIf}
-  system.ctypes,
+  System.CTypes,
   System.SysUtils, System.Net.Sockets, System.Nullable, System.Tuples;
 {$ELSE FPC_DOTTEDUNITS}
 uses